Explorar el 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 hace 14 años
padre
commit
24fe819cd6
Se han modificado 1 ficheros con 1 adiciones y 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)