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 '