causefx 9 лет назад
Родитель
Сommit
4b93ce9852
1 измененных файлов с 1 добавлено и 1 удалено
  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
 	{