Adds EXIF and PHP version to info page.

This commit is contained in:
Lars Jung 2013-07-23 20:09:56 +02:00
parent efb447ae78
commit d76e1194d1
4 changed files with 12 additions and 4 deletions

View file

@ -22,6 +22,7 @@ modulejs.define('info', ['$'], function ($) {
setCheckResult(this, json.checks[$(this).data('id')]);
});
$('.test.php .test-result').text(json.checks['phpversion']);
}
});
};