noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 12/12: Improve install


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 12/12: Improve install
Date: Fri, 16 Mar 2018 16:28:27 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 5ae4416544655857b3a993cd0fddfb66090151e3
Author: Dany De Bontridder <address@hidden>
Date:   Fri Mar 16 14:37:29 2018 +0100

    Improve install
---
 html/install.php     | 3 +++
 include/constant.php | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/html/install.php b/html/install.php
index 54a8d38..b9aa12b 100644
--- a/html/install.php
+++ b/html/install.php
@@ -211,6 +211,9 @@ if (isset($_POST['save_config'])) {
   // -----
   if ( $cnx !== false ) {
        echo '<h1>'._('Important').'</h1>';
+       echo '<h2 class="warning">',_("Voici l'utilisateur et mot de passe de 
l'utilisateur administrateur de Noalyss , il a tous les droits et a accès à 
tout."
+               . " Connectez-vous avec ses identifiants et changer le mot de 
passe dans préférence (en haut à droit)"),
+               "</h2>";
        echo '<p style="font-size:120%">'._('Utilisateur administrateur'),' 
','<span style="color:red"> ',$cadmin,'</span>','</p>';
        echo '<p style="font-size:120%">',_('Mot de passe'),'<span 
style="color:red"> phpcompta </span>','</p>';
       // Create the db
diff --git a/include/constant.php b/include/constant.php
index 3be52ca..67f0da3 100644
--- a/include/constant.php
+++ b/include/constant.php
@@ -88,7 +88,7 @@ define ('SMALLX','&#x2D5D;');
 define ('BUTTONADD',"&#10010;");
 
 
-define ('SVNINFO',7002);
+define ('SVNINFO',NOALYSS_VERSION);
 if ( ! defined  ('DEBUG')) {
     define ("DEBUG",false);
 }



reply via email to

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