probably don't need this...
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 18 Jun 2006 12:46:50 +0000 (12:46 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 18 Jun 2006 12:46:50 +0000 (12:46 +0000)
includes/SquidUpdate.php

index bcb02ce..37d97e0 100644 (file)
@@ -81,10 +81,10 @@ class SquidUpdate {
        /* static */ function purge( $urlArr ) {
                global $wgSquidServers, $wgHTCPMulticastAddress, $wgHTCPPort;
 
-               if ( (@$wgSquidServers[0]) == 'echo' ) {
+               /*if ( (@$wgSquidServers[0]) == 'echo' ) {
                        echo implode("<br />\n", $urlArr) . "<br />\n";
                        return;
-               }
+               }*/
 
                if ( $wgHTCPMulticastAddress && $wgHTCPPort )
                        SquidUpdate::HTCPPurge( $urlArr );