diff --git a/src/includes/config.php b/src/includes/config.php index 672f7e6..a44c66c 100644 --- a/src/includes/config.php +++ b/src/includes/config.php @@ -31,7 +31,7 @@ $CONFIG = [ ]; // === JavaScript Variables === -$CONFIG += [ +$CONFIG_JS = [ // === Index System Wide === 'index_admin_status_update_interval' => 50000, diff --git a/src/index.php b/src/index.php index a1479db..e56c8bc 100644 --- a/src/index.php +++ b/src/index.php @@ -53,15 +53,8 @@ unset($nav_order,$nav_admin,$nav_hidden);