diff options
author | Freya Murphy <freya@freyacat.org> | 2024-06-29 21:35:49 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-06-29 21:35:49 -0400 |
commit | aa314ae90109f97c116a161e0aeefcbb15d01030 (patch) | |
tree | a8db3fb325a1fa0b20007877a64107312721caab /src/web/index.php | |
parent | hi images (diff) | |
download | website-aa314ae90109f97c116a161e0aeefcbb15d01030.tar.gz website-aa314ae90109f97c116a161e0aeefcbb15d01030.tar.bz2 website-aa314ae90109f97c116a161e0aeefcbb15d01030.zip |
fix
Diffstat (limited to 'src/web/index.php')
-rw-r--r-- | src/web/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/index.php b/src/web/index.php index e33e750..eedf913 100644 --- a/src/web/index.php +++ b/src/web/index.php @@ -5,6 +5,7 @@ ini_set('html_errors', '1'); $webroot = dirname(__FILE__); $assetroot = realpath(dirname(__FILE__) . '/../assets'); $publicroot = realpath(dirname(__FILE__) . '/../public'); +$rootroot = realpath(dirname(__FILE__) . '/..'); $main_model = NULL; // loadd all third party |