diff options
author | Daniel Weipert <code@drogueronin.de> | 2022-03-06 01:07:59 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2022-03-06 01:07:59 +0100 |
commit | ad83d1dafac62bb28fda004f86129319a5c3e2ca (patch) | |
tree | dcf119ae4159dcd13c5c3651e54b92e3f7cd4f80 /public/index.php | |
parent | b2a86c7df7d5a473e80034832a01b21444fa50e6 (diff) |
Refactor fixes
Diffstat (limited to 'public/index.php')
-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']); |