diff --git a/lib/php.ini b/lib/php.ini deleted file mode 100644 index 702ced9..0000000 --- a/lib/php.ini +++ /dev/null @@ -1 +0,0 @@ -magic_quotes_gpc = Off \ No newline at end of file diff --git a/lib/settings-common.php b/lib/settings-common.php index 0318ff8..3e1c49b 100644 --- a/lib/settings-common.php +++ b/lib/settings-common.php @@ -89,7 +89,7 @@ if (isset($_GET['logout'])) { die("Logging you out..."); } -// If magic quotes are still on (attempted to switch off in php.ini) +// If magic quotes are still on if (get_magic_quotes_gpc ()) { function stripslashes_deep($value) { $value = is_array($value) ? array_map('stripslashes_deep', $value) : stripslashes($value);