summaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/index.php b/htdocs/index.php
index 5d05807..797f10b 100644
--- a/htdocs/index.php
+++ b/htdocs/index.php
@@ -73,7 +73,7 @@ foreach($menu as $_m => $_t) {
?>>
<?php
if($page == "admin") {
- include($PAGE_DIR."/admin.php");
+ include($UTIL_DIR."/admin.php");
} else {
if($page) $p = $pages->getPage($page);
else $p = $pages->getPage($config->value('default'));