Explorar el Código

0777

Signed-off-by: endoffight <endoffight@gmail.com>
endoffight hace 6 años
padre
commit
d0af8d5002
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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');
         }