diff options
Diffstat (limited to 'view/relive.php')
-rw-r--r-- | view/relive.php | 2 |
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!', |