diff options
author | deva <deva> | 2009-04-18 15:56:26 +0000 |
---|---|---|
committer | deva <deva> | 2009-04-18 15:56:26 +0000 |
commit | 5d34984f4f80089419b5a65c6268cab76ad302cb (patch) | |
tree | d29869f6d74deed90a6975344d6790c59bd5bad2 /htdocs/index.php | |
parent | 0836834d29b7222c83d7cf6971589c8e5c337d49 (diff) |
The pages.php script has moved.
Diffstat (limited to 'htdocs/index.php')
-rw-r--r-- | htdocs/index.php | 2 |
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"); ?> |