<!-- website/Dev/index,php -->
<?php
//error_reporting(E_ALL); ini_set('display_errors', 1);
require_once($_SERVER['DOCUMENT_ROOT'] . "/common/includes.php");

header("HTTP/1.0 404 Not Found");

$template->display('404.tpl');

