From: Tim Starling Date: Sun, 18 Jun 2006 12:46:50 +0000 (+0000) Subject: probably don't need this... X-Git-Tag: 1.31.0-rc.0~56745 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=b43f9e212a79b8e334cc4a85994f74db332a232d;p=lhc%2Fweb%2Fwiklou.git probably don't need this... --- diff --git a/includes/SquidUpdate.php b/includes/SquidUpdate.php index bcb02ce970..37d97e0192 100644 --- a/includes/SquidUpdate.php +++ b/includes/SquidUpdate.php @@ -81,10 +81,10 @@ class SquidUpdate { /* static */ function purge( $urlArr ) { global $wgSquidServers, $wgHTCPMulticastAddress, $wgHTCPPort; - if ( (@$wgSquidServers[0]) == 'echo' ) { + /*if ( (@$wgSquidServers[0]) == 'echo' ) { echo implode("
\n", $urlArr) . "
\n"; return; - } + }*/ if ( $wgHTCPMulticastAddress && $wgHTCPPort ) SquidUpdate::HTCPPurge( $urlArr );