flush
[m6w6/replicator] / bin / latest
diff --git a/bin/latest b/bin/latest
deleted file mode 100755 (executable)
index 7fa187e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/php
-<?php
-
-ini_set("display_errors", 0);
-ini_set("log_errors", 1);
-
-if (($sxe = simplexml_load_file("http://pecl.php.net/feeds/latest.rss"))) {
-       foreach ($sxe->item as $item) {
-               printf("%s\n", $item->link);
-       }
-}