Remove PHP version display from info page.

This commit is contained in:
Lars Jung 2014-06-20 19:42:25 +02:00
parent 30acf50ebe
commit 4fb4431802

View file

@ -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(