Explorar o código

Force a dummy timezone to prevent a warning during the setup...

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@957 a333f486-631f-4898-b8df-5754b55c2be0
dflaven %!s(int64=14) %!d(string=hai) anos
pai
achega
24fe819cd6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      setup/setuppage.class.inc.php

+ 1 - 1
setup/setuppage.class.inc.php

@@ -25,7 +25,7 @@
 
 require_once("../application/nicewebpage.class.inc.php");
 define('INSTALL_LOG_FILE', '../setup.log');
-
+date_default_timezone_set('Europe/Paris');
 class SetupWebPage extends NiceWebPage
 {
     public function __construct($sTitle)