Skip to content

Commit

Permalink
[core:loader] ini_set 'magic_quotes_runtime', 'magic_quotes_sybase' to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Aug 16, 2013
1 parent 9e11374 commit a136904
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xoops_trust_path/modules/xpwiki/loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
// $Id: loader.php,v 1.73 2012/02/19 07:48:51 nao-pon Exp $
//

@ini_set('magic_quotes_runtime', '0');
@ini_set('magic_quotes_sybase', '0');
ignore_user_abort(FALSE);
error_reporting(0);

Expand Down

0 comments on commit a136904

Please sign in to comment.