diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-05-26 17:28:03 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-05-26 17:28:03 -0400 |
commit | 40d4668c7c5cdd41d36b878ad87f7737117efc9c (patch) | |
tree | 17886ac0783e57e5144092ed70fc6ca062f77f48 /scripts/reportsnapshot.php | |
parent | da035331d81bc73f488968d835e4d05a2da975f3 (diff) |
move statsreport.php to reportsnapshot.php
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(); |