Add the noalyss version in the info page

This commit is contained in:
Dany De Bontridder 2017-01-16 14:21:02 +01:00
parent 53032b7698
commit c1ff9b2ddd

View file

@ -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>";