diff options
| -rwxr-xr-x | UPGRADING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ PHP X.Y UPGRADE NOTES <?php global $HTTP_RAW_POST_DATA; if (!isset($HTTP_RAW_POST_DATA)) { - $HTTP_ROW_POST_DATA = file_get_contents("php://input"); + $HTTP_RAW_POST_DATA = file_get_contents("php://input"); } ?> |
