|
From: <ssc...@us...> - 2003-11-10 10:35:39
|
Update of /cvsroot/popfile/engine In directory sc8-pr-cvs1:/tmp/cvs-serv17626 Modified Files: popfile.pl Log Message: Roadmap feature addition: Dis/enabling of optional POPFile Loadable Modules. Updating past this point may require re-setting some modules as enabled Optional modules (All Proxies, and non-html UI's) have a -module_enabled boolean configuration parameter Index: popfile.pl =================================================================== RCS file: /cvsroot/popfile/engine/popfile.pl,v retrieving revision 1.216 retrieving revision 1.217 diff -C2 -d -r1.216 -r1.217 *** popfile.pl 5 Nov 2003 15:08:23 -0000 1.216 --- popfile.pl 10 Nov 2003 10:35:34 -0000 1.217 *************** *** 26,29 **** --- 26,31 ---- # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # + # Modified by Sam Schinke (ssc...@us...) + # # --------------------------------------------------------------------------------------------- *************** *** 57,60 **** --- 59,63 ---- $POPFile->CORE_initialize(); $POPFile->CORE_config(); + $POPFile->CORE_enabled_check(); $POPFile->CORE_start(); |