From 151dae1db1a2170d56eac91d0a6fc2dd8eed9be4 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Mon, 19 Dec 2022 16:02:31 +0100
Subject: [PATCH] update link to repo

---
 config/page_replacements.php | 4 ++--
 index.php                    | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/config/page_replacements.php b/config/page_replacements.php
index bae687d..c063d2f 100644
--- a/config/page_replacements.php
+++ b/config/page_replacements.php
@@ -50,7 +50,7 @@ return [
                             <br>
 
                             <div class="sidebar-infobox bottom">
-                                <i class="fas fa-info-circle"></i> <a href="'.APP_REPO_URL.'" target="_blank">CronLog viewer v'.APP_VERSION.'</a><br>
+                                <i class="fas fa-info-circle"></i> CronLog viewer v'.APP_VERSION.'<br>
                                 <i class="fab fa-php"></i> PHP '.PHP_VERSION.'<br>
                             </div>
                             ',
@@ -93,5 +93,5 @@ return [
           
                       ',
     '{{PAGE_FOOTER_LEFT}}'=>'2018 -2022 // University of Bern * Institute for Medical education',
-    '{{PAGE_FOOTER_RIGHT}}'=>'Source: <a href="https://git-repo.iml.unibe.ch/iml-open-source/cronlog-viewer/">git-repo.iml.unibe.ch</a>',
+    '{{PAGE_FOOTER_RIGHT}}'=>'Source: <a href="https://git-repo.iml.unibe.ch/iml-open-source/cronlog-viewer/" target="_blank">git-repo.iml.unibe.ch</a>',
 ];
\ No newline at end of file
diff --git a/index.php b/index.php
index 88c93e7..fba00f2 100644
--- a/index.php
+++ b/index.php
@@ -1,7 +1,6 @@
 <?php
 
 define("APP_VERSION", '2.0.2');
-define("APP_REPO_URL", 'https://git-repo.iml.unibe.ch/iml-open-source/cronlog-viewer');
 
 require_once('classes/render-adminlte.class.php');
 $renderAdminLTE=new renderadminlte();
-- 
GitLab