aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-12-23 10:44:22 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-12-23 10:44:22 +0100
commite2b83a8298d2614ca821ab5af0248a453e686348 (patch)
tree9410aee814132e05ed699eaff03d166b297a205b
parent5cfafc6110985236d9f212533faee79e460bf20d (diff)
downloadwallabag-e2b83a8298d2614ca821ab5af0248a453e686348.tar.gz
wallabag-e2b83a8298d2614ca821ab5af0248a453e686348.tar.zst
wallabag-e2b83a8298d2614ca821ab5af0248a453e686348.zip
[change] 1.3, let's rock baby
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index fb251298..4e86fe11 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.2.0'); 11define ('POCHE', '1.3.0');
12require_once 'inc/poche/global.inc.php'; 12require_once 'inc/poche/global.inc.php';
13session_start(); 13session_start();
14 14