We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29e200 commit d1dae60Copy full SHA for d1dae60
lib/common.php
@@ -297,7 +297,7 @@ function stopwatch() {
297
* Strip slashes from GET, POST, and COOKIE variables if this
298
* PHP install is configured to automatically addslashes()
299
*/
300
-if (@get_magic_quotes_gpc() && (! isset($slashes_stripped) || ! $slashes_stripped)) {
+if ((! isset($slashes_stripped) || ! $slashes_stripped)) {
301
array_stripslashes($_REQUEST);
302
array_stripslashes($_GET);
303
array_stripslashes($_POST);
0 commit comments