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