PHP 500 temporarily disabled

raw

phork0.php

1
2
3
4
<?php
header('HTTP/1.0 500 Internal Server Errors');
echo "Temporarily disabled\n";
exit(1);
Christian Weiske Christian Weiske
owner

History