From 85526b19833c11493c3ac1407dcfdce47265ff94 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Mon, 28 Jun 2021 09:04:50 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B03575=20Add=20curl=20as=20optional=20PHP?= =?UTF-8?q?=20ext?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/setuputils.class.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/setuputils.class.inc.php b/setup/setuputils.class.inc.php index c71d7abd9..fbb0ed270 100644 --- a/setup/setuputils.class.inc.php +++ b/setup/setuputils.class.inc.php @@ -2192,6 +2192,7 @@ JS 'openssl' => 'Strong encryption will not be used.', ], 'ldap' => 'LDAP authentication will be disabled.', + 'curl' => 'Required to export as PDF', ]; if (utils::IsDevelopmentEnvironment()) {