diff --git a/src/imgsort.php b/src/imgsort.php index 5bf9756..ccf8e62 100644 --- a/src/imgsort.php +++ b/src/imgsort.php @@ -5,7 +5,7 @@ // All paths require trailing slashes! $rootDir = __DIR__ . '/../images/'; // The URI at which the rootDir will be served - $rootPath = '/images/'; + $rootPath = 'images/'; // Path of the directory containing all the files to be sorted, relative to $rootDir $stagingDirName = '.sort/';