From 27e505304314598efc972c3c88939701ffd098b6 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 31 Oct 2006 16:58:39 +0000 Subject: [PATCH] commit live hack --- maintenance/purgeList.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 maintenance/purgeList.php 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 -- 2.20.1