aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-02-25 17:27:51 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-02-25 17:27:51 +0100
commit9fad46bd0e448b312b426370770d967831e3c7f5 (patch)
tree3525b25f04e6bacab1028e8da7caf72d68e03049 /index.php
parent92fc97eeb3cbda0f7cee9b670c30bbf6b23b9e39 (diff)
parentdcc73856a900a98b2b1efd5292eea6f662924884 (diff)
downloadwallabag-9fad46bd0e448b312b426370770d967831e3c7f5.tar.gz
wallabag-9fad46bd0e448b312b426370770d967831e3c7f5.tar.zst
wallabag-9fad46bd0e448b312b426370770d967831e3c7f5.zip
Merge pull request #495 from mariroz/dev
fix of global $http visibility, issues #493, #494
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index a26c42e1..7260e583 100644
--- a/index.php
+++ b/index.php
@@ -30,7 +30,7 @@ $tpl_vars = array(
30 'referer' => $referer, 30 'referer' => $referer,
31 'view' => $view, 31 'view' => $view,
32 'poche_url' => Tools::getPocheUrl(), 32 'poche_url' => Tools::getPocheUrl(),
33 'title' => _('poche, a read it later open source system'), 33 'title' => _('wallabag, a read it later open source system'),
34 'token' => Session::getToken(), 34 'token' => Session::getToken(),
35 'theme' => $poche->getTheme() 35 'theme' => $poche->getTheme()
36); 36);