mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-07-31 18:40:17 +02:00
Remove PHP version display from info page.
This commit is contained in:
@@ -30,7 +30,7 @@ modulejs.define('info', ['$', 'config'], function ($, config) {
|
||||
|
||||
addTest(
|
||||
'PHP version', 'PHP version >= 5.3.0',
|
||||
setup.HAS_PHP_VERSION, setup.PHP_VERSION
|
||||
setup.HAS_PHP_VERSION
|
||||
);
|
||||
|
||||
addTest(
|
||||
|
Reference in New Issue
Block a user