diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-10-08 21:11:56 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-10-08 21:11:56 +0200 |
commit | 7331ed3e8090f980fee59f692a570f3cef5dd30e (patch) | |
tree | 97a4abb64d3738bcac90ae72a6728e9ccada94b5 | |
parent | 79dd109e3715317ef2d87fc17f78aa9e162f5a06 (diff) | |
download | wallabag-7331ed3e8090f980fee59f692a570f3cef5dd30e.tar.gz wallabag-7331ed3e8090f980fee59f692a570f3cef5dd30e.tar.zst wallabag-7331ed3e8090f980fee59f692a570f3cef5dd30e.zip |
change href in install/index.php
-rwxr-xr-x | install/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/index.php b/install/index.php index 00ac4a23..fe5a5785 100755 --- a/install/index.php +++ b/install/index.php | |||
@@ -254,7 +254,7 @@ else if (isset($_POST['install'])) { | |||
254 | <?php endif; ?> | 254 | <?php endif; ?> |
255 | <?php endif; ?> | 255 | <?php endif; ?> |
256 | <p>To install wallabag, you just have to fill the following fields. That's all.</p> | 256 | <p>To install wallabag, you just have to fill the following fields. That's all.</p> |
257 | <p>Don't forget to check your server compatibility <a href="wallabag_compatibility_test.php?from=install">here</a>.</p> | 257 | <p>Don't forget to check your server compatibility <a href="install/wallabag_compatibility_test.php?from=install">here</a>.</p> |
258 | <form method="post"> | 258 | <form method="post"> |
259 | <fieldset> | 259 | <fieldset> |
260 | <legend><strong>Technical settings</strong></legend> | 260 | <legend><strong>Technical settings</strong></legend> |