Created
March 25, 2019 22:07
-
-
Save oskosk/5cbf4f6bb6e114d1d051fa5794680f47 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
error_log( print_r( $_POST,true) ); | |
http_response_code(404); | |
die(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment