Add the noalyss version in the info page
This commit is contained in:
parent
53032b7698
commit
c1ff9b2ddd
1 changed files with 4 additions and 0 deletions
|
|
@ -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>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue