Fixes for unset config entries and ['header'] entry
[mailer.git] / confirm.php
index b4134087323c5c5118d136e9b6640269e49e4856..84c94b68653dbb047bb2eaf240ba20904303e722 100644 (file)
@@ -47,7 +47,7 @@ $GLOBALS['output_mode'] = -1;
 require('inc/config-global.php');
 
 // Set content type for e.g. search engines
-if (isSpider()) setContentType('text/html');
+setContentType('text/html');
 
 // No hash provided by default
 $URL = 'modules.php?module=index';