1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-05 00:45:09 -05:00

[add] link to test file when we install wallabag #392

This commit is contained in:
Nicolas Lœuillet 2014-02-03 12:43:34 +01:00
parent a678f9df38
commit 1e1fd6f24d
2 changed files with 4 additions and 1 deletions

View File

@ -8,4 +8,7 @@
{% endfor %} {% endfor %}
</ol> </ol>
<p>Don't forget <a href="http://doc.wallabag.org/">the documentation</a>.</p> <p>Don't forget <a href="http://doc.wallabag.org/">the documentation</a>.</p>
<p>
{% trans "You can <a href='wallabag_compatibility_test.php'>check your configuration here</a>." %}
</p>
{% endblock %} {% endblock %}

View File

@ -1,5 +1,5 @@
<?php <?php
$app_name = 'wallabag 1.3'; $app_name = 'wallabag 1';
$php_ok = (function_exists('version_compare') && version_compare(phpversion(), '5.3.3', '>=')); $php_ok = (function_exists('version_compare') && version_compare(phpversion(), '5.3.3', '>='));
$pcre_ok = extension_loaded('pcre'); $pcre_ok = extension_loaded('pcre');