diff options
author | Thomas Citharel <tcit@tcit.fr> | 2014-12-19 21:08:44 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2014-12-19 21:08:44 +0100 |
commit | 3dcd85c075998ecdf2d54c5661c42e24080067d5 (patch) | |
tree | b939cdbf86c1be64ef64d8afb3efd0d55e8a945e /install | |
parent | 44b95cb81deae35f58e0058910afde2f2ffb9a60 (diff) | |
parent | e9a64ef8a9776becbe4c621ee4bd762f24b1bc3e (diff) | |
download | wallabag-3dcd85c075998ecdf2d54c5661c42e24080067d5.tar.gz wallabag-3dcd85c075998ecdf2d54c5661c42e24080067d5.tar.zst wallabag-3dcd85c075998ecdf2d54c5661c42e24080067d5.zip |
merge
Diffstat (limited to 'install')
-rwxr-xr-x | install/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install/index.php b/install/index.php index fee063bb..06d1a419 100755 --- a/install/index.php +++ b/install/index.php | |||
@@ -258,6 +258,7 @@ else if (isset($_POST['install'])) { | |||
258 | <?php endif; ?> | 258 | <?php endif; ?> |
259 | <?php endif; ?> | 259 | <?php endif; ?> |
260 | <p>To install wallabag, you just have to fill the following fields. That's all.</p> | 260 | <p>To install wallabag, you just have to fill the following fields. That's all.</p> |
261 | <p>If you need help, you can read the doc: <a href="docs/" target="_blank">offline documentation</a> and <a href="http://doc.wallabag.org" target="_blank">online one</a> (already up-to-date).</p> | ||
261 | <p>Don't forget to check your server compatibility <a href="install/wallabag_compatibility_test.php?from=install">here</a>.</p> | 262 | <p>Don't forget to check your server compatibility <a href="install/wallabag_compatibility_test.php?from=install">here</a>.</p> |
262 | <form method="post"> | 263 | <form method="post"> |
263 | <fieldset> | 264 | <fieldset> |
@@ -371,4 +372,4 @@ php composer.phar install</code></pre></li> | |||
371 | }); | 372 | }); |
372 | </script> | 373 | </script> |
373 | </body> | 374 | </body> |
374 | </html> \ No newline at end of file | 375 | </html> |