Update config.php

Security Restriction per #2377
This commit is contained in:
objecttothis
2019-02-27 11:27:05 +04:00
committed by GitHub
parent c08bfa643c
commit fe4b6dc640

View File

@@ -294,7 +294,7 @@ $config['log_file_extension'] = '';
| IMPORTANT: This MUST be an integer (no quotes) and you MUST use octal
| integer notation (i.e. 0700, 0644, etc.)
*/
$config['log_file_permissions'] = 0644;
$config['log_file_permissions'] = 0640;
/*
|--------------------------------------------------------------------------