diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php index 8a7ec7d..96332f7 100644 --- a/public/index.php +++ b/public/index.php @@ -29,7 +29,7 @@ function findAppConfigFile(string $path): string $configFile = findAppConfigFile(dirname(__DIR__)); $config = Toml::parseFile($configFile); -// prepare possibly relative folders path +// prepare possibly relative folder paths chdir(dirname($configFile)); $contentDirectoryPath = realpath($config['app']['contentFolderPath']); |