diff options
Diffstat (limited to 'program/steps')
-rw-r--r-- | program/steps/mail/get.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/get.inc b/program/steps/mail/get.inc index 47dbc5f9c..40ce14e09 100644 --- a/program/steps/mail/get.inc +++ b/program/steps/mail/get.inc @@ -27,7 +27,7 @@ if (!empty($_GET['_preload'])) { header('Content-Type: text/html; charset=' . RCMAIL_CHARSET); print "<html>\n<head>\n" - . '<meta http-equiv="refresh" content="100; url='.Q($url).'">' . "\n" + . '<meta http-equiv="refresh" content="0; url='.Q($url).'">' . "\n" . '<meta http-equiv="content-type" content="text/html; charset='.RCMAIL_CHARSET.'">' . "\n" . "</head>\n<body>\n$message\n</body>\n</html>"; exit; |