[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 06/17: PHP Install check if curl present
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 06/17: PHP Install check if curl present |
Date: |
Wed, 25 Sep 2024 06:44:34 -0400 (EDT) |
sparkyx pushed a commit to branch stable
in repository noalyss.
commit 1478215f6e9d6a9772113b3f662a3e247dfec373
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] branch stable updated (c0b99b024 -> 4a4928d0d), dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 13/17: MOD1: setting base TVA, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 16/17: nav-level2.active and nav-level3 active: border color, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 15/17: Cosmetic : remove border, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 04/17: Bug : warning for ledger C0JRN when no category card is checked, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 08/17: Cosmetic menu, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 06/17: PHP Install check if curl present,
dwm <=
- [Noalyss-commit] [noalyss] 17/17: REVERT 9bc780c62 SALE : by default invoice not checked, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 10/17: TVA show up , sorted by ID, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 03/17: Cosmetic, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 02/17: Fix Bug Cannot create new category of cards, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 01/17: Fix : France saldo until end of exercice in Gestion, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 12/17: INSTALL: template must always use its own db structure, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 07/17: MOD2 : update, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 14/17: MOD2 : remove schema, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 11/17: VAT warning : update the VAT CODE, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 09/17: SALE : by default invoice not checked, dwm, 2024/09/25