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:
parent
a678f9df38
commit
1e1fd6f24d
@ -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 %}
|
||||||
|
@ -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');
|
||||||
|
Loading…
Reference in New Issue
Block a user