summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--htdocs/config.php.defaults8
1 files changed, 8 insertions, 0 deletions
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