From 115af2a823688eeb8b9021432962db7df2bb6c21 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Sun, 21 May 2017 21:54:41 +0200 Subject: Add variable for repository URL. --- includes/config.defaults.php | 3 ++- index.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/includes/config.defaults.php b/includes/config.defaults.php index 06d8cab..b24a547 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -46,7 +46,8 @@ $config = array( // Release configuration 'release' => array( 'version' => '1.3.0', - 'codename' => 'Convergence' + 'codename' => 'Convergence', + 'repository' => 'https://github.com/respawner/looking-glass' ), // Frontpage configuration diff --git a/index.php b/index.php index 7fae898..df8a101 100644 --- a/index.php +++ b/index.php @@ -195,7 +195,7 @@ final class LookingGlass { } print('

'); - print('Powered by Looking Glass '.$this->release['version'].''); + print('Powered by Looking Glass '.$this->release['version'].''); print('

'); print(''); } -- cgit v1.2.3