From 8aafefe813e22db63b3a4b502a3e8d0a335b775e Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 26 Jan 2010 13:00:58 +0000 Subject: Add guestbook module. --- htdocs/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'htdocs') diff --git a/htdocs/index.php b/htdocs/index.php index 8373362..3871c4b 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -11,7 +11,6 @@ include_once($MODULES_DIR . "/config.php"); $config = new Config($DATA_DIR . "/config.xml"); -include_once($UTIL_DIR . "/guestbook.php"); header("Content-Type: text/html; charset=UTF-8"); include_once($UTIL_DIR . "/login.php"); @@ -36,6 +35,7 @@ $pages = new Pages($DATA_DIR . "/pages.xml"); -- cgit v1.2.3