From 1478215f6e9d6a9772113b3f662a3e247dfec373 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 21 Sep 2024 19:10:56 +0200 Subject: [PATCH] PHP Install check if curl present --- html/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/install.php b/html/install.php index b61e856da..1bb7ed670 100644 --- a/html/install.php +++ b/html/install.php @@ -413,7 +413,7 @@ $module=get_loaded_extensions(); $str_error_message=_('Vous devez installer ou activer l\'extension').' %s '; -$a_need_module=array("mbstring","pgsql","bcmath","gettext","zip","gd","dom","xml","SimpleXML","xmlwriter","xmlreader"); +$a_need_module=array("mbstring","pgsql","bcmath","gettext","zip","gd","dom","xml","SimpleXML","xmlwriter","xmlreader","curl"); $nb_need_module=count($a_need_module);