Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/SystemStatistics.php3
1 files changed, 0 insertions, 3 deletions
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;
}