aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorderchris2019-02-02 15:35:30 +0100
committerderchris2019-02-02 15:35:30 +0100
commit7ad9f272a482802da2d43fe83841adbe9bcd8cb4 (patch)
tree75b43a2a8c3ab3dbdcb0694d135f4729c90b8af7 /index.php
parenteb6601b2520d48a0be91634fada0389faadde31d (diff)
update less.php to PHP 7.x compatible fork
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index 95dac53..23a15fd 100644
--- a/index.php
+++ b/index.php
@@ -11,7 +11,6 @@ require_once('lib/helper.php');
require_once('lib/PhpTemplate.php');
require_once('lib/Exceptions.php');
-require_once('lib/less.php/Less.php');
require_once('model/ModelBase.php');
require_once('model/Conferences.php');
@@ -28,6 +27,8 @@ require_once('model/Stream.php');
require_once('model/Relive.php');
require_once('model/Upcoming.php');
+require_once('lib/less.php/Autoloader.php');
+Less_Autoloader::register();
ob_start();
if(isset($argv) && isset($argv[1]))