nocontent.php 45 Bytes
Newer Older
1 2 3 4 5
<?php

header('HTTP/1.0 204 No Content');

?>