diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-02-25 17:27:51 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-02-25 17:27:51 +0100 |
commit | 9fad46bd0e448b312b426370770d967831e3c7f5 (patch) | |
tree | 3525b25f04e6bacab1028e8da7caf72d68e03049 /index.php | |
parent | 92fc97eeb3cbda0f7cee9b670c30bbf6b23b9e39 (diff) | |
parent | dcc73856a900a98b2b1efd5292eea6f662924884 (diff) | |
download | wallabag-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ); |