summaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authordeva <deva>2009-04-29 17:41:35 +0000
committerdeva <deva>2009-04-29 17:41:35 +0000
commitb7e798b69cc03587b1154bade5e2b007815e564b (patch)
tree4bacb7827e9ab236076f29ca38262d709815e976 /htdocs
parent2c544b1da614a6cbc8ec6a1afd5ca1644953d1ef (diff)
Initial work on members module.
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/config.php.defaults3
1 files changed, 2 insertions, 1 deletions
diff --git a/htdocs/config.php.defaults b/htdocs/config.php.defaults
index c5dd500..84d7c52 100644
--- a/htdocs/config.php.defaults
+++ b/htdocs/config.php.defaults
@@ -5,10 +5,11 @@ $PAGE_DIR = "../pages";
$DATA_DIR = "../data";
$ALBUMS_DIR = "gfx/albums";
$ICONS_DIR = "gfx/icons";
+$MEMBERS_DIR = "gfx/members";
$UTIL_DIR = "../utils";
$MODULES_DIR = $UTIL_DIR . "/modules";
-$MODULES = array("news", "events", "pages", "gallery", "config", "icons");
+$MODULES = array("news", "events", "pages", "gallery", "config", "icons", "members");
$DEFAULT_PAGE = "news";