[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 07/19: PHP Install check if curl present
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 07/19: PHP Install check if curl present |
Date: |
Wed, 25 Sep 2024 06:45:03 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit d088bb212db997928a565cfe5c1a232818399338
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Sep 21 19:10:56 2024 +0200
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 3566f3a3c..d6ec73878 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').'<span
style="font-weight:bold"> %s </span>';
-$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);
- [Noalyss-commit] [noalyss] branch unstable updated (852cddcc1 -> 8625967a7), dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 03/19: Fix Bug Cannot create new category of cards, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 07/19: PHP Install check if curl present,
dwm <=
- [Noalyss-commit] [noalyss] 05/19: Bug : warning for ledger C0JRN when no category card is checked, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 09/19: Cosmetic menu, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 12/19: VAT warning : update the VAT CODE, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 17/19: Cosmetic : remove border, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 14/19: MOD1: setting base TVA, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 01/19: Code change + typo, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 08/19: MOD2 : update, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 18/19: nav-level2.active and nav-level3 active: border color, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 19/19: REVERT 9bc780c62 SALE : by default invoice not checked, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 04/19: Cosmetic, dwm, 2024/09/25