3 lines
43 B
PHP
Executable File
3 lines
43 B
PHP
Executable File
<?php
|
|
header("HTTP/1.0 404 Not Found");
|
|
?>
|