Skip to content

Instantly share code, notes, and snippets.

@gabanox
Last active July 27, 2021 02:12
Show Gist options
  • Save gabanox/13bd185a56baa1f0b4df5cd4a30de883 to your computer and use it in GitHub Desktop.
Save gabanox/13bd185a56baa1f0b4df5cd4a30de883 to your computer and use it in GitHub Desktop.
<?php
//Send a 500 status code using PHP's header function
header($_SERVER["SERVER_PROTOCOL"] . ' 500 Internal Server Error', true, 500);
?>
@gabanox
Copy link
Author

gabanox commented Jul 27, 2021

update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment