X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=confirm.php;h=a7c797de4773ade6d7872506de4bf6d8ee9986db;hp=b4134087323c5c5118d136e9b6640269e49e4856;hb=00974432ffe0ed217b993e1ea5aaaac7dc31e82b;hpb=57227d33e870ec5cd271209c4a978a52b45c2dd6 diff --git a/confirm.php b/confirm.php index b413408732..a7c797de47 100644 --- a/confirm.php +++ b/confirm.php @@ -18,6 +18,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -47,7 +48,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';