diff options
-rw-r--r-- | htdocs/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/index.php b/htdocs/index.php index 6ce08d8..240554d 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -7,7 +7,7 @@ header("Content-Type: text/html; charset=UTF-8"); include_once($UTIL_DIR . "/login.php"); if($page == "admin") checklogin(); -include_once($UTIL_DIR . "/pages.php"); +include_once($MODULES_DIR . "/pages.php"); $pages = new Pages($DATA_DIR . "/pages.xml"); ?> |