mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
Whitespace
This commit is contained in:
parent
61a9446255
commit
2a8180c735
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ class PhpTemplate
|
|||
|
||||
public function __construct($file)
|
||||
{
|
||||
$this -> file = $file;
|
||||
$this->file = $file;
|
||||
}
|
||||
|
||||
public function set($___data = array())
|
||||
|
|
|
@ -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!',
|
||||
|
|
Loading…
Reference in a new issue