summaryrefslogtreecommitdiff
path: root/scripts/allsites.php
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/allsites.php')
-rwxr-xr-xscripts/allsites.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/allsites.php b/scripts/allsites.php
index cf1419e55..ff9d8bc80 100755
--- a/scripts/allsites.php
+++ b/scripts/allsites.php
@@ -37,4 +37,5 @@ if ($sn->find()) {
while ($sn->fetch()) {
print "$sn->nickname\n";
}
-} \ No newline at end of file
+}
+?>