diff options
author | Aaron Parecki <aaron@parecki.com> | 2015-05-10 14:05:19 +0200 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2015-05-10 14:05:19 +0200 |
commit | 2792d5150d81c7e9e7a8e645e1b07f0ad0dc5e8a (patch) | |
tree | c758e126adc0ed5f585657213c91704e28a8152b | |
parent | 4898ed74a57b6d14cbcd962e967111adffd4595d (diff) |
oops add new controller
-rw-r--r-- | public/index.php | 1 |
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); |