5 lines
142 B
PHP
5 lines
142 B
PHP
<?php defined('BLUDIT') or die('Bludit CMS.');
|
|
|
|
header('HTTP/1.0 '.$url->httpCode().' '.$url->httpMessage());
|
|
header('X-Powered-By: Bludit');
|