roblonium-web/500.ashx

3 lines
33 B
Plaintext

<?php
http_response_code(500);
?>