From: Evan Prodromou Date: Tue, 23 Jun 2009 18:32:35 +0000 (-0700) Subject: script to show all sites on a network X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=17319ac5ca01f2780c4deb63d37654543da3c996;p=quix0rs-gnu-social.git script to show all sites on a network --- diff --git a/scripts/allsites.php b/scripts/allsites.php new file mode 100644 index 0000000000..d6768c2785 --- /dev/null +++ b/scripts/allsites.php @@ -0,0 +1,40 @@ +#!/usr/bin/env php +. + */ + +# Abort if called from a web server + +define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); + +$helptext = <<find()) { + while ($sn->fetch()) { + print "$sn->nickname\n"; + } +} \ No newline at end of file