noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 08/29: typo


From: dwm
Subject: [Noalyss-commit] [noalyss] 08/29: typo
Date: Sat, 6 Jan 2024 05:59:14 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 9a4cfeb2d16d7ed5edbf6e45451b0d2c7d27efcd
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Fri Dec 15 19:03:53 2023 +0100

    typo
---
 include/lib/ac_common.php   | 2 +-
 include/lib/config_file.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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.='<span 
style="margin-left:1.2em;margin-right:1.2em;font-size:112%;font-weight:bold">'. 
$code.'</span>';
+    $r.='<span 
style="margin-left:1.2em;margin-right:1.2em;font-size:112%;font-weight:bold;border:navy
 solid 1px ; padding:0.5rem">'. $code.'</span>';
     $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");



reply via email to

[Prev in Thread] Current Thread [Next in Thread]