Skip to content

Commit

Permalink
_SERVER is not escaped by magic_quotes_gpc so don't strip it.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.automattic.com/wordpress/branches/2.0@3580 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
ryan committed Feb 28, 2006
1 parent 7ddf410 commit b66c98e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wp-settings.php
Expand Up @@ -190,7 +190,6 @@ function timer_start() {
$_GET = stripslashes_deep($_GET );
$_POST = stripslashes_deep($_POST );
$_COOKIE = stripslashes_deep($_COOKIE);
$_SERVER = stripslashes_deep($_SERVER);
}

// Escape with wpdb.
Expand Down

0 comments on commit b66c98e

Please sign in to comment.