diff --git a/include/lib/ac_common.php b/include/lib/ac_common.php index d65c1ed4f..5aa23874e 100644 --- a/include/lib/ac_common.php +++ b/include/lib/ac_common.php @@ -1444,7 +1444,7 @@ function confirm_with_string($p_ctl_name,$p_car) { $code=generate_random_string($p_car ); $r = HtmlInput::hidden("ctlcode",$code); - $r.=''. $code.''; + $r.=''. $code.''; $ctl=new IText($p_ctl_name); $r.=$ctl->input(); return $r; diff --git a/include/lib/config_file.php b/include/lib/config_file.php index 3aa8a569f..b3d8a9d42 100644 --- a/include/lib/config_file.php +++ b/include/lib/config_file.php @@ -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");