mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/security/233] Make smtp_password and smtp_username dynamic
SECURITY-233
This commit is contained in:
@@ -330,6 +330,8 @@ class config
|
||||
|
||||
fwrite($fp, $file_content);
|
||||
fclose($fp);
|
||||
// Enforce 0600 permission for install config
|
||||
$this->filesystem->chmod([$this->install_config_file], 0600);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user