4 lines
99 B
PHP
4 lines
99 B
PHP
<?php
|
|
header( $_SERVER['SERVER_PROTOCOL'] . ' 404 Not Found' );
|
|
header( 'Status: 404 Not Found' );
|