From f34b544949676fd75ec44ba0b5dc6f955cc50057 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Wed, 10 Dec 2014 15:30:58 +0100 Subject: Release 1.0.0. --- index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index a681202..767cc71 100644 --- a/index.php +++ b/index.php @@ -23,12 +23,14 @@ require_once('includes/config.defaults.php'); require_once('config.php'); final class LookingGlass { + private $release; private $frontpage; private $contact; private $misc; private $routers; function __construct($config) { + $this->release = $config['release']; $this->frontpage = $config['frontpage']; $this->contact = $config['contact']; $this->misc = $config['misc']; @@ -179,7 +181,7 @@ final class LookingGlass { } print('

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

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