Files
afup/htdocs/ask/index.php
2013-05-14 18:57:45 +00:00

4 lines
48 B
PHP

<?php
header('HTTP/1.1 403 Forbidden');
exit;
?>