mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 08:47:52 +00:00
@@ -83,7 +83,9 @@ class InputHandler
|
|||||||
$this->originalPost += $post;
|
$this->originalPost += $post;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
parse_str($contents, $this->originalPost);
|
$post = [];
|
||||||
|
parse_str($contents, $post);
|
||||||
|
$this->originalPost += $post;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user