mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-12 10:31:09 +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()
|
protected function getExtensionsInfo()
|
||||||
{
|
{
|
||||||
$required_extensions = array('PDO', 'pdo_mysql', 'gd');
|
$required_extensions = array('PDO', 'pdo_mysql', 'gd', 'curl');
|
||||||
$info = array();
|
$info = array();
|
||||||
foreach ($required_extensions as $ext) {
|
foreach ($required_extensions as $ext) {
|
||||||
if (!extension_loaded($ext)) {
|
if (!extension_loaded($ext)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user