From 6a76d6f747768106f8bccd8b74059371dbac615a Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 28 Nov 2008 21:22:34 +0000 Subject: Dynamically create the list of available modules. This permits new modules to be added without having to update the config.php file --- core/config/config.php | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'core/config') diff --git a/core/config/config.php b/core/config/config.php index 67c913bb..db016ffd 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -123,16 +123,5 @@ $config['modules'] = array MODPATH . 'forge', THEMEPATH . 'default', - - MODPATH . 'carousel', - MODPATH . 'tag', - MODPATH . 'user', - MODPATH . 'info', - MODPATH . 'gmaps', - MODPATH . 'media_rss', - MODPATH . 'slideshow', - MODPATH . 'comment', - MODPATH . 'atom', - MODPATH . 'search' ); -- cgit v1.2.3