We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a312f34 commit fbb87bbCopy full SHA for fbb87bb
RawHttpRequest.php renamed to FixPhpPostInput.php
@@ -86,7 +86,7 @@ function __construct(&$post = null, &$files = null, $server = null, $php_input =
86
$server = $_SERVER;
87
}
88
89
- if (count($post) == 0 || IS_DEBUGGING) {
+ if (count($post) == 0) {
90
$is_post = false;
91
foreach ($server as $key => $value) {
92
$search = "REQUEST_METHOD";
0 commit comments