diff options
Diffstat (limited to 'system/index.php')
| -rw-r--r-- | system/index.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/index.php b/system/index.php index 95b17a5..f5c1677 100644 --- a/system/index.php +++ b/system/index.php @@ -1,8 +1,8 @@ <?php -include_once "../../src/partials.php"; -include_once "../../src/accounts.php"; -include_once "../../src/alert.php"; -include_once "../../src/config.php"; +include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/partials.php"; +include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/accounts.php"; +include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/alert.php"; +include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/config.php"; if (!MOD_SYSTEM_DASHBOARD) { generate_alert("/404.php", "System dashboard is disabled", 405); |
