mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-12 09:55:24 +00:00
[change] update poche version in compatibility test file
This commit is contained in:
parent
9c9b226589
commit
fcb5fd27e2
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
$app_name = 'poche 1.0';
|
$app_name = 'poche 1.3';
|
||||||
|
|
||||||
$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 a new issue