Remove unused X-Blog header

This commit is contained in:
onli 2015-07-26 18:01:50 +02:00
parent 3e7f521936
commit 6fd7dcc3b5

View File

@ -22,9 +22,6 @@ header('Status: 200 OK');
include('serendipity_config.inc.php');
include('include/functions_routing.inc.php');
header('Content-Type: text/html; charset='. LANG_CHARSET);
if ($serendipity['expose_s9y']) {
header('X-Blog: Serendipity'); // Used for installer detection
}
if ($serendipity['CacheControl']) {
if (!empty($HTTP_SERVER_VARS['SERVER_SOFTWARE']) && strstr($HTTP_SERVER_VARS['SERVER_SOFTWARE'], 'Apache/2')) {