stanley-king 2 년 전
부모
커밋
f044ce5082
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      core/framework/libraries/log.php

+ 3 - 3
core/framework/libraries/log.php

@@ -202,9 +202,9 @@ class Log
             fwrite($this->mAppFile, $content);
             fflush($this->mAppFile);
         }
-        else {
-            exit();
-        }
+//        else {
+//            exit();
+//        }
     }
 
     private function write_all($content)