This commit is contained in:
sparkyx 2023-12-15 19:03:53 +01:00
parent 4e76a652d3
commit 9a4cfeb2d1
2 changed files with 2 additions and 2 deletions

View file

@ -253,7 +253,7 @@ function display_file_config($p_array,$from_setup=1,$p_os=1)
print ("// define('NOALYSS_CAPTCHA',true);\r\n");
print ("// Uncomment if you want to activate the possibility to reinitialize;\r\n");
print ("// password by email\r\n");
print ("// defined('RECOVER','1');\r\n");
print ("// define ('RECOVER','1');\r\n");
print ("// Uncomment and define if you want to Name of the sender of the email \r\n");
print ("// if you activate the possibility to reinitialize password by email\r\n");
print ("// define('ADMIN_WEB', 'www-data@localhost');\r\n");