summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/index.php b/public/index.php
index 45ffc39..fde6984 100644
--- a/public/index.php
+++ b/public/index.php
@@ -13,6 +13,7 @@ $app = new \Slim\Slim(array(
require 'controllers/auth.php';
require 'controllers/controllers.php';
+require 'controllers/editor.php';
session_name('quill');
session_set_cookie_params(86400*30);