Changeset 625 for branches/1.3/admin/common.php
- Timestamp:
- 07/05/2009 11:01:49 AM (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
admin/common.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/admin/common.php
r623 r625 92 92 define('REQUEST_TIME', time()); 93 93 94 if ( get_magic_quotes_gpc()) {94 if (function_exists('get_magic_quotes_gpc') && @get_magic_quotes_gpc()) { 95 95 $mqs = (bool) ini_get('magic_quotes_sybase'); 96 96 $_GET = stripaddslashes_array($_GET, $mqs);

