Include header X-Powered-By

This commit is contained in:
Diego Najar 2019-02-01 17:58:12 +01:00 committed by GitHub
parent 9689d5a63a
commit e1f32f3462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
<?php defined('BLUDIT') or die('Bludit CMS.');
header('HTTP/1.0 '.$url->httpCode().' '.$url->httpMessage());
header('X-Powered-By: Bludit');