aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-11-16 21:12:47 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-11-16 21:12:47 +0100
commita460404252590d2c31d93c41b5031bb6c5add98f (patch)
treead6a15bcb5fa36bc35f1279c591e89186ea39b28
parent153237671001225dea40957e33e67fe16e6124fc (diff)
parentd0287608b6d34f36caafbf699d44337052a0fe3d (diff)
downloadwallabag-a460404252590d2c31d93c41b5031bb6c5add98f.tar.gz
wallabag-a460404252590d2c31d93c41b5031bb6c5add98f.tar.zst
wallabag-a460404252590d2c31d93c41b5031bb6c5add98f.zip
Merge pull request #933 from wallabag/dev1.8.1old1.8.1bis1.8.1b
1.8.1b
-rwxr-xr-xindex.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 39990d55..adfef71b 100755
--- a/index.php
+++ b/index.php
@@ -8,7 +8,7 @@
8 * @license http://opensource.org/licenses/MIT see COPYING file 8 * @license http://opensource.org/licenses/MIT see COPYING file
9 */ 9 */
10 10
11define ('POCHE', '1.8.0'); 11define ('POCHE', '1.8.1');
12require 'check_essentials.php'; 12require 'check_essentials.php';
13require 'check_setup.php'; 13require 'check_setup.php';
14require_once 'inc/poche/global.inc.php'; 14require_once 'inc/poche/global.inc.php';
@@ -19,4 +19,4 @@ Session::init();
19 19
20// Let's rock ! 20// Let's rock !
21$wallabag = new Poche(); 21$wallabag = new Poche();
22$wallabag->run(); \ No newline at end of file 22$wallabag->run();