Changeset 3572

Show
Ignore:
Timestamp:
02/28/06 01:52:59 (2 years ago)
Author:
ryan
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-settings.php

    r3570 r3572  
    193193    $_POST   = stripslashes_deep($_POST  ); 
    194194    $_COOKIE = stripslashes_deep($_COOKIE); 
    195     $_SERVER = stripslashes_deep($_SERVER); 
    196195} 
    197196