[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 15/26: PHP Install check if curl present
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 15/26: PHP Install check if curl present |
Date: |
Wed, 25 Sep 2024 06:44:49 -0400 (EDT) |
sparkyx pushed a commit to branch pre-stable
in repository noalyss.
commit 7de11341c89bdeabb9d45ef1768d23881256a15b
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 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').'<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] 17/26: Cosmetic menu, (continued)
- [Noalyss-commit] [noalyss] 17/26: Cosmetic menu, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 02/26: css : Cosmetic add CSS h-section, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 05/26: Change color border, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 03/26: Cosmetic : animate bar menu, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 04/26: Cosmetic : menu and module , animate, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 08/26: Cosmetic, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 11/26: Fix Bug Cannot create new category of cards, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 13/26: Bug : warning for ledger C0JRN when no category card is checked, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 12/26: Cosmetic, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 14/26: Update MOD1, Belgian template add VAT, document, ..., dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 15/26: PHP Install check if curl present,
dwm <=
- [Noalyss-commit] [noalyss] 18/26: SALE : by default invoice not checked, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 21/26: INSTALL: template must always use its own db structure, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 22/26: MOD1: setting base TVA, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 23/26: MOD2 : remove schema, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 24/26: Cosmetic : remove border, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 26/26: REVERT 9bc780c62 SALE : by default invoice not checked, dwm, 2024/09/25