mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-07 08:14:42 +03:00
Show info about cURL extension at "About" page
This commit is contained in:
parent
d4ebd68052
commit
930ea9a6ac
@ -63,7 +63,7 @@ class AboutController extends AbstractController
|
||||
*/
|
||||
protected function getExtensionsInfo()
|
||||
{
|
||||
$required_extensions = array('PDO', 'pdo_mysql', 'gd');
|
||||
$required_extensions = array('PDO', 'pdo_mysql', 'gd', 'curl');
|
||||
$info = array();
|
||||
foreach ($required_extensions as $ext) {
|
||||
if (!extension_loaded($ext)) {
|
||||
|
Loading…
Reference in New Issue
Block a user