From aa314ae90109f97c116a161e0aeefcbb15d01030 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sat, 29 Jun 2024 21:35:49 -0400 Subject: fix --- src/web/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/web/index.php') 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 -- cgit v1.2.3-freya