stanley-king 2 năm trước cách đây
mục cha
commit
f044ce5082
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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)