Removing leecruft. No, you sure as hell couldn't defer it.
[lhc/web/wiklou.git] / includes / SpecialBlockme.php
index 59133ed..b452b14 100644 (file)
@@ -13,7 +13,7 @@ function wfSpecialBlockme()
        global $wgBlockOpenProxies, $wgOut, $wgProxyKey;
 
        $ip = wfGetIP();
-       
+
        if ( !$wgBlockOpenProxies || $_REQUEST['ip'] != md5( $ip . $wgProxyKey ) ) {
                $wgOut->addWikiText( wfMsg( "disabled" ) );
                return;