noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 42/46: Improve installation for MONO : doc +


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 42/46: Improve installation for MONO : doc + password
Date: Mon, 4 May 2020 13:38:55 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 3e075a0a1aa8b6e42c458571ef0380a9c38f18fa
Author: Dany De Bontridder <address@hidden>
AuthorDate: Sun Apr 5 11:04:12 2020 +0200

    Improve installation for MONO : doc + password
---
 html/install.php                          | 2 +-
 include/template/template_config_form.php | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/html/install.php b/html/install.php
index 0adfc51..7450ede 100644
--- a/html/install.php
+++ b/html/install.php
@@ -654,7 +654,7 @@ if  (defined("MULTI") && MULTI == 0)
             }
         }
         
-        $db->exec_sql("update ac_users set use_login=$1,use_pass=2 where 
use_id=1",
+        $db->exec_sql("update ac_users set use_login=$1,use_pass=$2 where 
use_id=1",
               array(strtolower(NOALYSS_ADMINISTRATOR),NOALYSS_ADMIN_PASSWORD));
         echo '<h1>'._('Important').'</h1>';
         echo '<p>'._('Utilisateur administrateur'),' 
',NOALYSS_ADMINISTRATOR,'</p>';
diff --git a/include/template/template_config_form.php 
b/include/template/template_config_form.php
index 455e9ff..dd8042f 100644
--- a/include/template/template_config_form.php
+++ b/include/template/template_config_form.php
@@ -84,9 +84,11 @@
 <tr id="div_db" style="visibility:hidden">
        <td>
                <?php echo _('Nom base de donnée');?>
+               
        </td>
        <td>
                <?php echo $icdbname->input();echo Icon_Action::infobulle(206) 
?>
+               <a 
href="https://wiki.noalyss.eu/doku.php?id=installation:installation_sur_serveur_mutualise";
 target="_blank"><?php echo _('Aide');?></a>
        </td>
 </tr>
 </table>
@@ -121,4 +123,4 @@ if ( $smulti->selected == true) :
 <?php
 endif;
 ?>
-</script>
\ No newline at end of file
+</script>



reply via email to

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