]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
[add] link to test file when we install wallabag #392
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Mon, 3 Feb 2014 11:43:34 +0000 (12:43 +0100)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Mon, 3 Feb 2014 11:43:34 +0000 (12:43 +0100)
themes/default/error.twig
wallabag_compatibility_test.php

index 8a6a4d6cbc680951d58104daf072061b42bab5a7..528a0985866737f0066c494d94b07f0f694d4273 100644 (file)
@@ -8,4 +8,7 @@
         {% endfor %}
     </ol>
     <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 %}
index 49c4e3b8f1dfbeded7f8f40ce2e96b613f101af5..fd2850420d0d0b794ad484c3a75127231a6fb536 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-$app_name = 'wallabag 1.3';
+$app_name = 'wallabag 1';
 
 $php_ok = (function_exists('version_compare') && version_compare(phpversion(), '5.3.3', '>='));
 $pcre_ok = extension_loaded('pcre');