We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e11374 commit a136904Copy full SHA for a136904
1 file changed
xoops_trust_path/modules/xpwiki/loader.php
@@ -4,6 +4,8 @@
4
// $Id: loader.php,v 1.73 2012/02/19 07:48:51 nao-pon Exp $
5
//
6
7
+@ini_set('magic_quotes_runtime', '0');
8
+@ini_set('magic_quotes_sybase', '0');
9
ignore_user_abort(FALSE);
10
error_reporting(0);
11
0 commit comments