diff options
Diffstat (limited to 'scripts/allsites.php')
-rwxr-xr-x | scripts/allsites.php | 3 |
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 +} +?> |