Ticket #240: magic_quotes_check.patch
| File magic_quotes_check.patch, 0.6 kB (added by VexedPanda, 14 months ago) |
|---|
-
config_checker.php
67 67 print("part1 = " . $part1 . "<br>"); 68 68 print("part2 = " . $part2 . "<br>"); 69 69 */ 70 if (get_magic_quotes_gpc()) { 71 $obj = new stdClass(); 72 $obj->strMessage = 'In order to improve performance, please turn off magic quotes in your php.ini.'. 73 'See http://ca3.php.net/manual/en/security.magicquotes.disabling.php for further instructions.'; 74 $result[] = $obj; 75 } 70 76 71 77 if (!file_exists($docrootOnlyPath)) { 72 78 $obj = new stdClass();
