aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortcit <tcit@tcit.fr>2014-10-08 21:35:21 +0200
committertcit <tcit@tcit.fr>2014-10-08 21:35:21 +0200
commita7058a5a13eb93fa27d5425ecd2e9a289ab333ef (patch)
tree7b2eb20444588108c372b62a8f27694cae5f89e6
parent7331ed3e8090f980fee59f692a570f3cef5dd30e (diff)
downloadwallabag-a7058a5a13eb93fa27d5425ecd2e9a289ab333ef.tar.gz
wallabag-a7058a5a13eb93fa27d5425ecd2e9a289ab333ef.tar.zst
wallabag-a7058a5a13eb93fa27d5425ecd2e9a289ab333ef.zip
Right redirect from the new path
-rw-r--r--install/wallabag_compatibility_test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/wallabag_compatibility_test.php b/install/wallabag_compatibility_test.php
index 3f9ff59f..2e78b675 100644
--- a/install/wallabag_compatibility_test.php
+++ b/install/wallabag_compatibility_test.php
@@ -395,7 +395,7 @@ if (isset($_GET['from'])){
395 <p>You can download the latest version of <?php echo $app_name; ?> from <a href="http://wallabag.org/download">wallabag.org</a>.</p> 395 <p>You can download the latest version of <?php echo $app_name; ?> from <a href="http://wallabag.org/download">wallabag.org</a>.</p>
396 <p>If you already have done that, you should access <a href="index.php">the index.php file</a> of your installation to configure and/or start using wallabag</p> 396 <p>If you already have done that, you should access <a href="index.php">the index.php file</a> of your installation to configure and/or start using wallabag</p>
397 <?php } else { ?> 397 <?php } else { ?>
398 <p>You can now <a href="index.php">return to the installation section</a>.</p> 398 <p>You can now <a href="../index.php">return to the installation section</a>.</p>
399 <?php } ?> 399 <?php } ?>
400 <p><strong>Note</strong>: Passing this test does not guarantee that <?php echo $app_name; ?> will run on your webhost &mdash; it only ensures that the basic requirements have been addressed. If you experience any problems, please let us know.</p> 400 <p><strong>Note</strong>: Passing this test does not guarantee that <?php echo $app_name; ?> will run on your webhost &mdash; it only ensures that the basic requirements have been addressed. If you experience any problems, please let us know.</p>
401 <?php //} else if ($php_ok && $xml_ok && $pcre_ok && $mbstring_ok && $allow_url_fopen_ok && $filter_ok) { ?> 401 <?php //} else if ($php_ok && $xml_ok && $pcre_ok && $mbstring_ok && $allow_url_fopen_ok && $filter_ok) { ?>
@@ -406,7 +406,7 @@ if (isset($_GET['from'])){
406 <p>You can download the latest version of <?php echo $app_name; ?> from <a href="http://wallabag.org/download">wallabag.org</a>.</p> 406 <p>You can download the latest version of <?php echo $app_name; ?> from <a href="http://wallabag.org/download">wallabag.org</a>.</p>
407 <p>If you already have done that, you should access <a href="index.php">the index.php file</a> of your installation to configure and/or start using wallabag</p> 407 <p>If you already have done that, you should access <a href="index.php">the index.php file</a> of your installation to configure and/or start using wallabag</p>
408 <?php } else { ?> 408 <?php } else { ?>
409 <p>You can now <a href="index.php">return to the installation section</a>.</p> 409 <p>You can now <a href="../index.php">return to the installation section</a>.</p>
410 <?php } ?> 410 <?php } ?>
411 <p><strong>Note</strong>: Passing this test does not guarantee that <?php echo $app_name; ?> will run on your webhost &mdash; it only ensures that the basic requirements have been addressed. If you experience any problems, please let us know.</p> 411 <p><strong>Note</strong>: Passing this test does not guarantee that <?php echo $app_name; ?> will run on your webhost &mdash; it only ensures that the basic requirements have been addressed. If you experience any problems, please let us know.</p>
412 <?php } else { ?> 412 <?php } else { ?>