summaryrefslogtreecommitdiff
path: root/htdocs/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/index.php')
-rw-r--r--htdocs/index.php2
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");
?>