bludit/kernel/boot/rules/99.header.php
2015-08-16 21:24:22 -03:00

8 lines
130 B
PHP

<?php defined('BLUDIT') or die('Bludit CMS.');
// Page not found 404
if($Url->notFound())
{
header('HTTP/1.0 404 Not Found');
}