aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-28 14:57:04 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-28 14:57:04 +0100
commit4c14936353253ab521d6b64d0b9eafcb5e490cec (patch)
tree3dc0de22e1b4b9ab8d4da351de05211860236602 /index.php
parent2bb207d005850263ee4cc227d7b4ad147d6291e2 (diff)
downloadwallabag-4c14936353253ab521d6b64d0b9eafcb5e490cec.tar.gz
wallabag-4c14936353253ab521d6b64d0b9eafcb5e490cec.tar.zst
wallabag-4c14936353253ab521d6b64d0b9eafcb5e490cec.zip
road to 1.5.3
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 7260e583..9f5d0ade 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.2'); 11define ('POCHE', '1.5.3');
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();