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