Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattpiwik <matthieu.aubry@gmail.com>2012-03-12 13:25:53 +0400
committermattpiwik <matthieu.aubry@gmail.com>2012-03-12 13:25:53 +0400
commitf3b351824460a48426fb93434480690e7484d1c5 (patch)
tree63cc128e73765674e6543cdf87883d6cf99a35de /core/Date.php
parente4528e53ad2f45b28c489b28b54dc93b8c898a14 (diff)
Clean up system check screen. We get many new users that are not technical at all, good to make it as clear as we can.
Thanks @vipsoft for your previous work a few months ago on this screen! * put error/warning styles to messages to raise up awareness and encourage them to fix all warnings. * Added message to restart webserver after making changes to php.ini. * Refactored CSS in install.css * Adding Next step at the top of the screen when all is green (avoid scrolling down) Refs #2122 git-svn-id: http://dev.piwik.org/svn/trunk@6035 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/Date.php')
-rw-r--r--core/Date.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Date.php b/core/Date.php
index aa465875ac..35c5d29b3c 100644
--- a/core/Date.php
+++ b/core/Date.php
@@ -82,6 +82,7 @@ class Piwik_Date
}
$timestamp = $date->getTimestamp();
// can't be doing web analytics before the 1st website
+ // Tue, 06 Aug 1991 00:00:00 GMT
if($timestamp < 681436800 )
{
throw $invalidDateException;