<?php
http_response_code(500);
header('Content-Type: text/plain; charset=utf-8');
echo 'Attention! Internal Server Error';
exit;