From b7e798b69cc03587b1154bade5e2b007815e564b Mon Sep 17 00:00:00 2001
From: deva <deva>
Date: Wed, 29 Apr 2009 17:41:35 +0000
Subject: Initial work on members module.

---
 htdocs/config.php.defaults | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'htdocs/config.php.defaults')

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";
 
-- 
cgit v1.2.3