noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 127/151: Add the noalyss version in the info


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 127/151: Add the noalyss version in the info page
Date: Sat, 4 Feb 2017 17:14:33 +0000 (UTC)

sparkyx pushed a commit to branch master
in repository noalyss.

commit c1ff9b2ddda82feff0e445961a8e6222e67bce80
Author: Dany De Bontridder <address@hidden>
Date:   Mon Jan 16 14:21:02 2017 +0100

    Add the noalyss version in the info page
---
 include/admin_repo.inc.php |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/admin_repo.inc.php b/include/admin_repo.inc.php
index 8493b39..74a418b 100644
--- a/include/admin_repo.inc.php
+++ b/include/admin_repo.inc.php
@@ -103,6 +103,10 @@ if ($action== 'audit_log')
  * Display information about current installation
  */
 if ( $action == "info" && SYSINFO_DISPLAY == true) {
+    global $version_noalyss;
+    echo "<h2>"._("Version Noalyss")."</h2>";
+    echo "Noalyss : ", $version_noalyss;
+    
     echo "<h2>"._('Variables').":".NOALYSS_INCLUDE.'/config.inc.php </h2>';
     echo '<ul style="list-style:square">';
     echo "<li>". "NOALYSS_HOME".": ".NOALYSS_HOME."</li>";



reply via email to

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