diff options
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/config.php.defaults | 3 |
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"; |