diff options
author | Aaron Parecki <aaron@parecki.com> | 2014-05-25 15:11:10 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2014-05-25 15:11:10 -0700 |
commit | a3701e1e4f248ddb2e9fda275e55febecadc32cc (patch) | |
tree | 91a1c5aba700ed86ba39bf1ccd1168b8d832b8bb /public/index.php | |
parent | e9a6f679fad90170296f8e97d70a47ec8e99c392 (diff) |
rename to quill
Diffstat (limited to 'public/index.php')
-rw-r--r-- | public/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php index 0612b1d..c83b8dc 100644 --- a/public/index.php +++ b/public/index.php @@ -18,7 +18,7 @@ $app = new \Slim\Slim(array( require 'controllers/auth.php'; require 'controllers/controllers.php'; -session_name('indiepost'); +session_name('quill'); session_set_cookie_params(86400*30); session_start(); |