diff options
Diffstat (limited to 'scripts/createsim.php')
-rw-r--r-- | scripts/createsim.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/createsim.php b/scripts/createsim.php index 71ed3bf72..93f904506 100644 --- a/scripts/createsim.php +++ b/scripts/createsim.php @@ -140,3 +140,4 @@ $tagmax = (have_option('t', 'tags')) ? get_option_value('t', 'tags') : 10000 $userprefix = (have_option('x', 'prefix')) ? get_option_value('x', 'prefix') : 'testuser'; main($usercount, $noticeavg, $subsavg, $tagmax); +?> |