diff --git a/core/class/class_core_tools.php b/core/class/class_core_tools.php
index 1c6b2acf081cff420de3e26fcb085ea6dbb0af82..55a008ce1a4cdca84f652abb51384423e645b52a 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())
     }