summaryrefslogtreecommitdiff
path: root/src/web/index.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/web/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/index.php b/src/web/index.php
index bc9eeff..63e5b61 100644
--- a/src/web/index.php
+++ b/src/web/index.php
@@ -18,7 +18,7 @@ define('ENVIRONMENT', 'devlopment');
// FOLDER_ROOT
//
// define folder directiroy paths based on this file
-define('PHP_ROOT', dirname(__FILE__) . '/..');
+define('PHP_ROOT', realpath(dirname(__FILE__) . '/..'));
define('WEB_ROOT', PHP_ROOT . '/web');
define('ASSET_ROOT', PHP_ROOT . '/assets');
define('PUBLIC_ROOT', PHP_ROOT . '/public');