summaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authordeva <deva>2009-04-23 08:05:41 +0000
committerdeva <deva>2009-04-23 08:05:41 +0000
commit9ecc7372ae70b397f5546adb60b0e4542a6bbb78 (patch)
tree47e739d384c8099204610cf860b45c2003fc3f59 /htdocs
parent0f3ed98adf5505672397f609965173adcef578fc (diff)
A little cleaning up... a lot more to come...
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'));