1
0
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:
Marc Alexander
2019-04-21 22:22:35 +02:00
parent 2b0645b7b9
commit 8e5a0c81ef
3 changed files with 46 additions and 2 deletions

View File

@@ -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);
}
/**