We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd6ae6 commit 48ad1bdCopy full SHA for 48ad1bd
src/orange/cfhelper/configuration/PhpIniConfigurator.php
@@ -39,7 +39,6 @@ public function loadIniConfig()
39
}
40
foreach ($arrayValues as $key => $value) {
41
ini_set($key, $value);
42
- var_dump($key . '=' . $value);
43
44
45
0 commit comments