mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-10-02 23:41:57 +02:00
Minor changes.
This commit is contained in:
@@ -29,7 +29,7 @@ modulejs.define('info', ['$', 'config'], function ($, config) {
|
||||
addTests = function () {
|
||||
|
||||
addTest(
|
||||
'PHP version', 'PHP version >= 5.3.0',
|
||||
'PHP version', 'PHP version >= ' + setup.MIN_PHP_VERSION,
|
||||
setup.HAS_PHP_VERSION
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user