X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=7260e583168b5d8a26187dd7884007806851fb27;hb=a8464c97197c1ea9c4b3c35d7cec6a5398b7a522;hp=2c81afd69018ce2eb2161bdbc3c9b9baf3857224;hpb=d0a599bbae7f64a15680e13faf009107f5fcb8fc;p=github%2Fwallabag%2Fwallabag.git diff --git a/index.php b/index.php index 2c81afd6..7260e583 100644 --- a/index.php +++ b/index.php @@ -8,7 +8,7 @@ * @license http://www.wtfpl.net/ see COPYING file */ -define ('POCHE', '1.5.1'); +define ('POCHE', '1.5.2'); require 'check_setup.php'; require_once 'inc/poche/global.inc.php'; session_start(); @@ -30,7 +30,7 @@ $tpl_vars = array( 'referer' => $referer, 'view' => $view, 'poche_url' => Tools::getPocheUrl(), - 'title' => _('poche, a read it later open source system'), + 'title' => _('wallabag, a read it later open source system'), 'token' => Session::getToken(), 'theme' => $poche->getTheme() );