[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

@ -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');