diff options
Diffstat (limited to 'scripts/reportsnapshot.php')
-rw-r--r-- | scripts/reportsnapshot.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/reportsnapshot.php b/scripts/reportsnapshot.php index 7b7724b9b..e332d856c 100644 --- a/scripts/reportsnapshot.php +++ b/scripts/reportsnapshot.php @@ -34,6 +34,4 @@ define('LACONICA', true); require_once(INSTALLDIR . '/lib/common.php'); -// All that setup, just for this! - -Snapshot::check();
\ No newline at end of file +Snapshot::check(); |