Updates example config
This commit is contained in:
parent
3335c6edce
commit
239f04491f
1 changed files with 5 additions and 2 deletions
|
@ -48,7 +48,10 @@ define("SUBDIR", "webmum/");
|
|||
* Admin e-mail address
|
||||
*/
|
||||
|
||||
define("ADMIN_EMAIL", "admin@domain.tld");
|
||||
// outdated: define("ADMIN_EMAIL", "admin@domain.tld");
|
||||
// new: $admins = array("admin1@server.tld", "admin2@server.tld");
|
||||
$admins = array("admin@domain.tld");
|
||||
|
||||
|
||||
|
||||
/*
|
||||
|
@ -61,7 +64,7 @@ define("MIN_PASS_LENGTH", 8);
|
|||
* Write log file? Failed login attempts will be written to the logfile.
|
||||
* You can mointor the logfile with fail2ban and ban attackers' IP-addresses.
|
||||
* Make sure that PHP has permission to create the log directory and webmum.log (write permissions for php user)
|
||||
*
|
||||
*
|
||||
* Default: Do not write logfile
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue