|
From: Florin C B. <ory...@us...> - 2013-06-05 14:06:30
|
Update of /cvsroot/mxbb/core In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28990 Modified Files: common.php Log Message: updates for phpBB3 backend and subsilver2 style Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.115 retrieving revision 1.116 diff -C2 -d -r1.115 -r1.116 *** common.php 27 Jul 2011 19:44:58 -0000 1.115 --- common.php 5 Jun 2013 14:05:57 -0000 1.116 *************** *** 127,131 **** else { ! set_magic_quotes_runtime(0); // Be paranoid with passed vars --- 127,131 ---- else { ! @set_magic_quotes_runtime(0); // Be paranoid with passed vars |