bludit/kernel/boot/rules/99.header.php

10 lines
134 B
PHP
Raw Normal View History

2015-03-27 01:00:01 +00:00
<?php defined('BLUDIT') or die('Bludit CMS.');
// Page not found 404
if($Url->notFound())
{
header('HTTP/1.0 404 Not Found');
}
2015-05-30 22:06:55 -03:00
?>