Explorar o código

TimeZone Error

causefx %!s(int64=9) %!d(string=hai) anos
pai
achega
4b93ce9852
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      user.php

+ 1 - 1
user.php

@@ -20,7 +20,7 @@
     if(file_exists('custom.css')) : define('CUSTOMCSS', 'true'); else : define('CUSTOMCSS', 'false'); endif; 
     $notifyExplode = explode("-", NOTIFYEFFECT);
     define('FAIL_LOG', 'loginLog.json');
-    date_default_timezone_set(TIMEZONE);
+    @date_default_timezone_set(TIMEZONE);
 	
 	class User
 	{