aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.php b/index.php
index 23a15fd..95dac53 100644
--- a/index.php
+++ b/index.php
@@ -11,6 +11,7 @@ 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');
@@ -27,8 +28,6 @@ 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]))