aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-04-11 17:08:11 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-04-11 17:08:11 +0200
commit7256e9e139eb07cdae1fbe3009454e6c7d9a8677 (patch)
treef8347803fe40f8b27218cbad8ed688c7dbf3a46e /index.php
parentf09d76b0ea22ef506c9ea22672638e0a33949510 (diff)
downloadwallabag-7256e9e139eb07cdae1fbe3009454e6c7d9a8677.tar.gz
wallabag-7256e9e139eb07cdae1fbe3009454e6c7d9a8677.tar.zst
wallabag-7256e9e139eb07cdae1fbe3009454e6c7d9a8677.zip
1.6.1 version
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 7f72b146..deb13d7a 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.0'); 11define ('POCHE', '1.6.1');
12require 'check_setup.php'; 12require 'check_setup.php';
13require_once 'inc/poche/global.inc.php'; 13require_once 'inc/poche/global.inc.php';
14 14