aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-12 21:58:14 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-12 21:58:14 +0100
commit83b47311ba0b8383da7955723a694b0fb3819062 (patch)
treeeffdbc3c9aa9e8533e7a7582b0631a64685e868f
parent16fd1cce61a2b8fae4edce108d95f172c4dd32b1 (diff)
downloadwallabag-83b47311ba0b8383da7955723a694b0fb3819062.tar.gz
wallabag-83b47311ba0b8383da7955723a694b0fb3819062.tar.zst
wallabag-83b47311ba0b8383da7955723a694b0fb3819062.zip
go go go, 1.5 powa
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 9113f193..60755cf7 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.4.0'); 11define ('POCHE', '1.5.0');
12require_once 'inc/poche/global.inc.php'; 12require_once 'inc/poche/global.inc.php';
13session_start(); 13session_start();
14 14