aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-19 13:55:40 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-19 13:55:40 +0100
commitfb5a9666ed99abe16b8823a98aed1a6dce03bb04 (patch)
treed7b855b0a5185fc8e26914b957557c8ebee4ae3d /index.php
parentb89d5a2bf48c2c1eb796963b3401aca498618ec4 (diff)
downloadwallabag-fb5a9666ed99abe16b8823a98aed1a6dce03bb04.tar.gz
wallabag-fb5a9666ed99abe16b8823a98aed1a6dce03bb04.tar.zst
wallabag-fb5a9666ed99abe16b8823a98aed1a6dce03bb04.zip
version number 1.5.11.5.1.1
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 7ded3bdb..2c81afd6 100644
--- a/index.php
+++ b/index.php
@@ -8,7 +8,7 @@
8 * @license http://www.wtfpl.net/ see COPYING file 8 * @license http://www.wtfpl.net/ see COPYING file
9 */ 9 */
10 10
11define ('POCHE', '1.5.0'); 11define ('POCHE', '1.5.1');
12require 'check_setup.php'; 12require 'check_setup.php';
13require_once 'inc/poche/global.inc.php'; 13require_once 'inc/poche/global.inc.php';
14session_start(); 14session_start();