From 5d34984f4f80089419b5a65c6268cab76ad302cb Mon Sep 17 00:00:00 2001 From: deva Date: Sat, 18 Apr 2009 15:56:26 +0000 Subject: The pages.php script has moved. --- htdocs/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htdocs') 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"); ?> -- cgit v1.2.3