aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-05-29 18:52:34 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-05-29 18:52:34 +0200
commit8038b38802769031e050c753fc0a388a2276629e (patch)
tree352925c557c87c87d32f60e0289eb7d525e24fdb
parent79024eb004bfb9de77ec60d648315888e70033ad (diff)
downloadwallabag-8038b38802769031e050c753fc0a388a2276629e.tar.gz
wallabag-8038b38802769031e050c753fc0a388a2276629e.tar.zst
wallabag-8038b38802769031e050c753fc0a388a2276629e.zip
1.7, premium version :)
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 79838ed9..472e0fab 100755
--- 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.6.1'); 11define ('POCHE', '1.7.0');
12require 'check_setup.php'; 12require 'check_setup.php';
13require_once 'inc/poche/global.inc.php'; 13require_once 'inc/poche/global.inc.php';
14 14