From 79dd109e3715317ef2d87fc17f78aa9e162f5a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 8 Oct 2014 21:08:21 +0200 Subject: [PATCH 1/3] Fixes #858: move compatibility file into install folder --- .../wallabag_compatibility_test.php | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename wallabag_compatibility_test.php => install/wallabag_compatibility_test.php (100%) diff --git a/wallabag_compatibility_test.php b/install/wallabag_compatibility_test.php similarity index 100% rename from wallabag_compatibility_test.php rename to install/wallabag_compatibility_test.php From 7331ed3e8090f980fee59f692a570f3cef5dd30e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 8 Oct 2014 21:11:56 +0200 Subject: [PATCH 2/3] change href in install/index.php --- install/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/index.php b/install/index.php index 00ac4a231..fe5a5785f 100755 --- a/install/index.php +++ b/install/index.php @@ -254,7 +254,7 @@ else if (isset($_POST['install'])) {

To install wallabag, you just have to fill the following fields. That's all.

-

Don't forget to check your server compatibility here.

+

Don't forget to check your server compatibility here.

Technical settings From a7058a5a13eb93fa27d5425ecd2e9a289ab333ef Mon Sep 17 00:00:00 2001 From: tcit Date: Wed, 8 Oct 2014 21:35:21 +0200 Subject: [PATCH 3/3] Right redirect from the new path --- install/wallabag_compatibility_test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/wallabag_compatibility_test.php b/install/wallabag_compatibility_test.php index 3f9ff59f9..2e78b675e 100644 --- a/install/wallabag_compatibility_test.php +++ b/install/wallabag_compatibility_test.php @@ -395,7 +395,7 @@ if (isset($_GET['from'])){

You can download the latest version of from wallabag.org.

If you already have done that, you should access the index.php file of your installation to configure and/or start using wallabag

-

You can now return to the installation section.

+

You can now return to the installation section.

Note: Passing this test does not guarantee that will run on your webhost — it only ensures that the basic requirements have been addressed. If you experience any problems, please let us know.

@@ -406,7 +406,7 @@ if (isset($_GET['from'])){

You can download the latest version of from wallabag.org.

If you already have done that, you should access the index.php file of your installation to configure and/or start using wallabag

-

You can now return to the installation section.

+

You can now return to the installation section.

Note: Passing this test does not guarantee that will run on your webhost — it only ensures that the basic requirements have been addressed. If you experience any problems, please let us know.