diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-03-22 02:02:25 -0500 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-03-22 02:02:25 -0500 |
commit | 696ea84070f6bd04696ccef003480dc23ae21c82 (patch) | |
tree | ec99cae2ff435cb617fdb9788d4466c01dfd19bc /includes | |
parent | 0a4176aa74adb313affa5488f5090018c4b7ec61 (diff) | |
download | pathery-696ea84070f6bd04696ccef003480dc23ae21c82.tar.xz |
Changed start-date for stats
Diffstat (limited to 'includes')
-rw-r--r-- | includes/constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/constants.php b/includes/constants.php index a1d4dbe..f5dfc20 100644 --- a/includes/constants.php +++ b/includes/constants.php @@ -3,7 +3,7 @@ /** * The 'starting date' of pathery, from which we begin recording all statistics (ties, wins, champion points, etc) */ -define('STATS_EARLIEST_DATE', '2012-03-19'); +define('STATS_EARLIEST_DATE', '2011-08-01'); /** * The minimum number of champion points you can get for tying a map, regardless of how many other people tied |