Browse Source

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 14 năm trước cách đây
mục cha
commit
24fe819cd6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)