From 38a622bd9dfabca42176b903f1dd9ad66b2eb167 Mon Sep 17 00:00:00 2001 From: Alan Date: Thu, 27 Jul 2023 16:20:28 +0800 Subject: [PATCH] add http as a required extension --- Config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Config.php b/Config.php index 37f2da9c..f5144bc2 100644 --- a/Config.php +++ b/Config.php @@ -15,7 +15,8 @@ class Pman_Core_Config { 'json', 'curl', 'gd', - 'mbstring' + 'mbstring', + 'http' ); function init($ff, $cfg) -- 2.39.2