causefx 9 éve
szülő
commit
4b93ce9852
1 módosított fájl, 1 hozzáadás és 1 törlés
  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
 	{