Whitespace

This commit is contained in:
MaZderMind 2015-04-06 00:29:03 +02:00
parent 61a9446255
commit 2a8180c735
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ class PhpTemplate
public function __construct($file)
{
$this -> file = $file;
$this->file = $file;
}
public function set($___data = array())

View file

@ -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!',