|
From: mdw c. <myd...@li...> - 2001-11-21 16:29:42
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/modules Added Files: modules.class.php Log Message: The hello world module to enable it put in modules.init.php this line : $ACTIVE_MODULES = array(new hello_module()); to disable it, put in modules.init.php this line : $ACTIVE_MODULES = array(); |