summaryrefslogtreecommitdiff
path: root/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'controllers')
-rw-r--r--controllers/auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/auth.php b/controllers/auth.php
index 208f0f8..57c2ba4 100644
--- a/controllers/auth.php
+++ b/controllers/auth.php
@@ -60,7 +60,7 @@ $app->get('/', function($format='html') use($app) {
ob_start();
render('index', array(
- 'title' => 'OwnYourGram',
+ 'title' => 'IndiePost',
'meta' => ''
));
$html = ob_get_clean();