5 lines
70 B
PHP
5 lines
70 B
PHP
|
<?php
|
||
|
require_once '../startup.php';
|
||
|
|
||
|
die_ex('Page not found.', 404);
|