Selaa lähdekoodia

0777

Signed-off-by: endoffight <endoffight@gmail.com>
endoffight 6 vuotta sitten
vanhempi
commit
d0af8d5002
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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');
         }