소스 검색

TimeZone Error

causefx 9 년 전
부모
커밋
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; 
     if(file_exists('custom.css')) : define('CUSTOMCSS', 'true'); else : define('CUSTOMCSS', 'false'); endif; 
     $notifyExplode = explode("-", NOTIFYEFFECT);
     $notifyExplode = explode("-", NOTIFYEFFECT);
     define('FAIL_LOG', 'loginLog.json');
     define('FAIL_LOG', 'loginLog.json');
-    date_default_timezone_set(TIMEZONE);
+    @date_default_timezone_set(TIMEZONE);
 	
 	
 	class User
 	class User
 	{
 	{