diff --git a/config/page_replacements.php b/config/page_replacements.php index bae687de08d4213ad60b0fae30f4ab0d7e1b4393..c063d2fb8091c7d3e88f3f63cdd0f16a40fd7573 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 88c93e7f287b7b7f21354fdb918800e17de75558..fba00f2dd546e463b9356a825f597ba7af1199ee 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();