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

Merge branch 'restyle-adminlte' into 'master'

update link to repo

See merge request !8
parents f1fcfefc 151dae1d
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