From 7ae78d8b7ce7bcb87aff4deeb4b8fddce7287921 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Tue, 19 Dec 2023 15:14:53 +0100
Subject: [PATCH] remove commented html footer code

---
 public_html/deployment/index.php | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/public_html/deployment/index.php b/public_html/deployment/index.php
index 083ed2b6..2842f78a 100644
--- a/public_html/deployment/index.php
+++ b/public_html/deployment/index.php
@@ -244,12 +244,6 @@ $BODY = '
     
         ' . $BODY . '
     
-
-    <!--        
-    <div id="footer">
-        '.t("menu-brand").' &copy; 2013-' . date("Y") . ' <a href="https://git-repo.iml.unibe.ch/iml-open-source/imldeployment/" target="_blank">Institut f&uuml;r Medizinische Lehre; Universit&auml;t Bern</a>
-    </div>
-    -->
     '
     .$oCLog->render();
 
-- 
GitLab