summaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authordeva <deva>2009-04-18 15:56:26 +0000
committerdeva <deva>2009-04-18 15:56:26 +0000
commit5d34984f4f80089419b5a65c6268cab76ad302cb (patch)
treed29869f6d74deed90a6975344d6790c59bd5bad2 /htdocs
parent0836834d29b7222c83d7cf6971589c8e5c337d49 (diff)
The pages.php script has moved.
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 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");
?>