aboutsummaryrefslogtreecommitdiffstats
path: root/404.php
blob: 72ff5c09f5256e1b00330e0494b14ea065bedff6 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
#===============================================================================
# INCLUDE: Initialization
#===============================================================================
require 'core/application.php';

#===============================================================================
# Show "404 Not Found" error page
#===============================================================================
Application::error404();