From 0836834d29b7222c83d7cf6971589c8e5c337d49 Mon Sep 17 00:00:00 2001 From: deva Date: Sat, 18 Apr 2009 15:55:47 +0000 Subject: Added some more vars. --- htdocs/config.php.defaults | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'htdocs') diff --git a/htdocs/config.php.defaults b/htdocs/config.php.defaults index e79d90d..2bc5373 100644 --- a/htdocs/config.php.defaults +++ b/htdocs/config.php.defaults @@ -8,4 +8,12 @@ $ALBUMS_DIR = "gfx/albums"; $UTIL_DIR = "../utils"; +$MODULES_DIR = $UTIL_DIR . "/modules"; + +$MODULES = array("news", "events", "pages", "gallery"); + +$DEFAULT_PAGE = "news"; + +$ADMIN_TIMEOUT = 60*60 // 60 min timeout + ?> \ No newline at end of file -- cgit v1.2.3