]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - index.php
"poche" word removed completely, all locales .po files updated, en, pl, ru and uk...
[github/wallabag/wallabag.git] / index.php
index 1a595ecef4aeafdd52d3488a1ae88a43dcba0229..7260e583168b5d8a26187dd7884007806851fb27 100644 (file)
--- a/index.php
+++ b/index.php
@@ -8,7 +8,8 @@
  * @license    http://www.wtfpl.net/ see COPYING file
  */
 
-define ('POCHE', '1.5.0');
+define ('POCHE', '1.5.2');
+require 'check_setup.php';
 require_once 'inc/poche/global.inc.php';
 session_start(); 
 
@@ -29,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()
 );