Include header X-Powered-By
This commit is contained in:
parent
9689d5a63a
commit
e1f32f3462
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
<?php defined('BLUDIT') or die('Bludit CMS.');
|
<?php defined('BLUDIT') or die('Bludit CMS.');
|
||||||
|
|
||||||
header('HTTP/1.0 '.$url->httpCode().' '.$url->httpMessage());
|
header('HTTP/1.0 '.$url->httpCode().' '.$url->httpMessage());
|
||||||
|
header('X-Powered-By: Bludit');
|
||||||
|
|
Loading…
Reference in a new issue