Skip to content
Snippets Groups Projects
Commit 151dae1d authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update link to repo

parent e44b0cd1
No related branches found
No related tags found
1 merge request!8update link to repo
......@@ -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
<?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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment