diff options
author | Aaron Parecki <aaron@parecki.com> | 2015-07-25 05:44:10 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2015-07-25 05:44:10 -0700 |
commit | c3fb722ad4bade9c4027c04de9b8dee511ab5756 (patch) | |
tree | da4711f4ea9b4d1b79003c1c3d28acadeba9f781 /public | |
parent | 92b55f2636a82c5eafc24d1e2adc84b61258161e (diff) |
add post-by-email support to quill
Diffstat (limited to 'public')
-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 fde6984..e6a0f6a 100644 --- a/public/index.php +++ b/public/index.php @@ -14,6 +14,7 @@ $app = new \Slim\Slim(array( require 'controllers/auth.php'; require 'controllers/controllers.php'; require 'controllers/editor.php'; +require 'controllers/hooks.php'; session_name('quill'); session_set_cookie_params(86400*30); |