From: Brion Vibber Date: Tue, 31 Oct 2006 16:58:39 +0000 (+0000) Subject: commit live hack X-Git-Tag: 1.31.0-rc.0~55335 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=27e505304314598efc972c3c88939701ffd098b6;p=lhc%2Fweb%2Fwiklou.git commit live hack --- diff --git a/maintenance/purgeList.php b/maintenance/purgeList.php new file mode 100644 index 0000000000..64f425a763 --- /dev/null +++ b/maintenance/purgeList.php @@ -0,0 +1,28 @@ +getFullUrl(); + echo "$url\n"; + $urls[] = $url; + } else { + echo "(Invalid title '$page')\n"; + } + } +} + +echo "Purging " . count( $urls ) . " urls...\n"; +$u = new SquidUpdate( $urls ); +$u->doUpdate(); + +echo "Done!\n"; + +?> \ No newline at end of file