Kaynağa Gözat

0777

Signed-off-by: endoffight <endoffight@gmail.com>
endoffight 6 yıl önce
ebeveyn
işleme
d0af8d5002
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      core/framework/libraries/log.php

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

@@ -119,7 +119,7 @@ class Log
 
         if(!file_exists($log_file)){
             touch($log_file);
-            chmod($log_file,777);
+            chmod($log_file, 0777);
             //chown($log_file,'apache');
         }