Use AutoLoader to load classes:
[lhc/web/wiklou.git] / includes / SpecialBlockme.php
index b452b14..c3524e4 100644 (file)
@@ -12,7 +12,7 @@ function wfSpecialBlockme()
 {
        global $wgBlockOpenProxies, $wgOut, $wgProxyKey;
 
-       $ip = wfGetIP();
+       $ip = ProxyTools::getIP();
 
        if ( !$wgBlockOpenProxies || $_REQUEST['ip'] != md5( $ip . $wgProxyKey ) ) {
                $wgOut->addWikiText( wfMsg( "disabled" ) );