summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-settings.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-03-07 16:17:35 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-03-07 16:17:35 +0000
commit359ec6f7109409ea4398b0b30f09a78ef2dac6e8 (patch)
tree2e53e6512aac3099f6c2ff36f6a5a3e4b7ab846c /wp-inst/wp-settings.php
parenta9ec45378b36673d89684ff2f99ce7856f88a10f (diff)
WP Merge
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@538 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-settings.php')
-rw-r--r--wp-inst/wp-settings.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/wp-inst/wp-settings.php b/wp-inst/wp-settings.php
index c908c4d..ea85ae9 100644
--- a/wp-inst/wp-settings.php
+++ b/wp-inst/wp-settings.php
@@ -348,7 +348,6 @@ if ( get_magic_quotes_gpc() ) {
$_GET = stripslashes_deep($_GET );
$_POST = stripslashes_deep($_POST );
$_COOKIE = stripslashes_deep($_COOKIE);
- $_SERVER = stripslashes_deep($_SERVER);
}
// Escape with wpdb.