diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-03-24 16:59:17 -0500 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-03-24 17:14:22 -0500 |
commit | 77bdf780635398e65942a017d15610ce64041999 (patch) | |
tree | 515db123e76ba9e6cbb8725c59ff9fa9d6482916 /includes/constants.php | |
parent | 7463bffe7ac502d69d132d6b2edac8d8e0ed29bd (diff) | |
download | pathery-release.tar.xz |
Fixes for DB before releasing to productionrelease
Diffstat (limited to 'includes/constants.php')
-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 f5dfc20..7b4e1b8 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', '2011-08-01'); +define('STATS_EARLIEST_DATE', '2012-03-11'); /** * The minimum number of champion points you can get for tying a map, regardless of how many other people tied |