From 3864c29f921692c971a002678b52f2776df36dab Mon Sep 17 00:00:00 2001 From: Nestor <npegane@hotmail.com> Date: Mon, 30 Jul 2018 12:22:00 +0200 Subject: [PATCH] FEAT #8215 missing file --- core/class/class_core_tools.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/class/class_core_tools.php b/core/class/class_core_tools.php index 1c6b2acf081..55a008ce1a4 100755 --- a/core/class/class_core_tools.php +++ b/core/class/class_core_tools.php @@ -1884,11 +1884,11 @@ class core_tools extends functions */ public function load_footer() { - echo _MEP_VERSION.', <b>database release : '.functions::xssafe($_SESSION['maarch_entreprise']['xml_versionbase']).'</b> '; + /*echo _MEP_VERSION.', <b>database release : '.functions::xssafe($_SESSION['maarch_entreprise']['xml_versionbase']).'</b> '; if (!empty($_SESSION['maarch_entreprise']['database_version_minor'])) { echo ' tag : '.functions::xssafe($_SESSION['maarch_entreprise']['database_version_minor']); - } - echo ' '._POWERED_BY.' '; + }*/ + echo ' '._POWERED_BY.' 2018 '; //. functions::xssafe($this->show_page_stat()) } -- GitLab