From 3ffcb4ea260a3a8393bbe7a60490ce06b0416c32 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 19 Oct 2015 16:14:29 +0200 Subject: [PATCH] Administration : add information about system update all the databases + account_repository --- html/admin/setup.php | 2 +- include/admin_repo.inc.php | 4 ++++ include/lib/user_menu.php | 11 +++++++++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/html/admin/setup.php b/html/admin/setup.php index 12d895ab3..fc2c906b5 100644 --- a/html/admin/setup.php +++ b/html/admin/setup.php @@ -591,7 +591,7 @@ for ($e=0;$e < $MaxDossier;$e++) { { echo_warning(_("Dossier inexistant")." $name"); } - } + } //---------------------------------------------------------------------- // Upgrade the template diff --git a/include/admin_repo.inc.php b/include/admin_repo.inc.php index f292347bc..8fcd420b8 100644 --- a/include/admin_repo.inc.php +++ b/include/admin_repo.inc.php @@ -94,6 +94,9 @@ if ($action== 'audit_log') /* List the connexion successfull and failed */ require_once NOALYSS_INCLUDE."/audit_log.php"; } +/* + * Display information about current installation + */ if ( $action == "info") { echo "

"._('Variables').":".NOALYSS_INCLUDE.'/config.inc.php

'; echo '