From b4f0c72cfece53f43a1feec789bee63958dcfd9a Mon Sep 17 00:00:00 2001 From: Patrik Kernstock Date: Tue, 4 Sep 2018 11:51:18 +0200 Subject: Remove checking suhosin.executor.func.blacklist Signed-off-by: Patrik Kernstock --- lib/SystemStatistics.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib') diff --git a/lib/SystemStatistics.php b/lib/SystemStatistics.php index 4003a5d..cc8cbaf 100644 --- a/lib/SystemStatistics.php +++ b/lib/SystemStatistics.php @@ -198,9 +198,6 @@ class SystemStatistics { if ($this->phpIni->listContains('disable_functions', $function_name)) { return false; } - if ($this->phpIni->listContains('suhosin.executor.func.blacklist', $function_name)) { - return false; - } return true; } -- cgit v1.2.3