aboutsummaryrefslogtreecommitdiff
path: root/view/relive.php
diff options
context:
space:
mode:
authorMaZderMind2015-04-06 00:29:03 +0200
committerMaZderMind2015-04-06 00:29:03 +0200
commit2a8180c735be8dfb456ce513b8e95d95baac2667 (patch)
treef27c65d976645325829705feb501dade052c1241 /view/relive.php
parent61a9446255e3e7e7e098fc67ec4d42dcc7d07643 (diff)
Whitespace
Diffstat (limited to '')
-rw-r--r--view/relive.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/relive.php b/view/relive.php
index 686d61e..e59f80c 100644
--- a/view/relive.php
+++ b/view/relive.php
@@ -1,9 +1,9 @@
<?php
+
$relive = new Relive();
if(!$relive->isEnabled())
throw new NotFoundException('Internal Relive is disabled');
-
echo $tpl->render(array(
'page' => 'relive',
'title' => 'Relive!',