mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 04:24:45 -04:00
Minor changes.
This commit is contained in:
parent
d784b7407f
commit
26857fea74
6 changed files with 15 additions and 8 deletions
|
@ -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
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue