|
From: Jon O. <jon...@us...> - 2006-09-14 18:01:19
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv6813 Modified Files: .htaccess Log Message: register global fix for installation script updated htaccess Index: .htaccess =================================================================== RCS file: /cvsroot/mxbb/core/.htaccess,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** .htaccess 12 Sep 2006 19:26:28 -0000 1.4 --- .htaccess 14 Sep 2006 18:01:15 -0000 1.5 *************** *** 8,11 **** --- 8,17 ---- php_flag "register_globals" "0" + # Disable the security module + #SecFilterEngine off + + # Disable eaccelerator + #php_flag eaccelerator.enable 0 + # # Limit |