Files
2026-04-15 15:59:53 -04:00

4 lines
99 B
PHP

<?php
header( $_SERVER['SERVER_PROTOCOL'] . ' 404 Not Found' );
header( 'Status: 404 Not Found' );