Explorar o código

0777

Signed-off-by: endoffight <endoffight@gmail.com>
endoffight %!s(int64=6) %!d(string=hai) anos
pai
achega
d0af8d5002
Modificáronse 1 ficheiros con 1 adicións e 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');
         }