Make WordPress Core


Ignore:
Timestamp:
02/28/2006 09:50:06 PM (20 years ago)
Author:
ryan
Message:

_SERVER is not escaped by magic_quotes_gpc so don't strip it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/wp-settings.php

    r3499 r3580  
    191191    $_POST   = stripslashes_deep($_POST  );
    192192    $_COOKIE = stripslashes_deep($_COOKIE);
    193     $_SERVER = stripslashes_deep($_SERVER);
    194193}
    195194
Note: See TracChangeset for help on using the changeset viewer.