summaryrefslogtreecommitdiff
path: root/controllers/auth.php
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2015-07-25 03:55:00 -0700
committerAaron Parecki <aaron@parecki.com>2015-07-25 03:55:00 -0700
commit35bd5a9e68b50bf57963ea626a3fbf7432b37c93 (patch)
treecc5e9b506494eaf4c59a1200e4bcea875acba46a /controllers/auth.php
parent60830007641c985c11c8ac8f609aab735dd84a96 (diff)
parentafa182bc120371a15b28227ce712cba501a78d05 (diff)
Merge branch 'master' of github.com:aaronpk/IndiePost
Diffstat (limited to 'controllers/auth.php')
-rw-r--r--controllers/auth.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/controllers/auth.php b/controllers/auth.php
index 3611416..33baa3e 100644
--- a/controllers/auth.php
+++ b/controllers/auth.php
@@ -64,7 +64,8 @@ $app->get('/', function($format='html') use($app) {
ob_start();
render('index', array(
'title' => 'Quill',
- 'meta' => ''
+ 'meta' => '',
+ 'authorizing' => false
));
$html = ob_get_clean();
$res->body($html);