We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c760ff1 commit 8d087dcCopy full SHA for 8d087dc
UPGRADING
@@ -26,7 +26,7 @@ PHP X.Y UPGRADE NOTES
26
<?php
27
global $HTTP_RAW_POST_DATA;
28
if (!isset($HTTP_RAW_POST_DATA)) {
29
- $HTTP_ROW_POST_DATA = file_get_contents("php://input");
+ $HTTP_RAW_POST_DATA = file_get_contents("php://input");
30
}
31
?>
32
0 commit comments