Skip to content

Commit fbb87bb

Browse files
committed
Fixes a couple of leftover debug code issues.
1 parent a312f34 commit fbb87bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RawHttpRequest.php renamed to FixPhpPostInput.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function __construct(&$post = null, &$files = null, $server = null, $php_input =
8686
$server = $_SERVER;
8787
}
8888

89-
if (count($post) == 0 || IS_DEBUGGING) {
89+
if (count($post) == 0) {
9090
$is_post = false;
9191
foreach ($server as $key => $value) {
9292
$search = "REQUEST_METHOD";

0 commit comments

Comments
 (0)