Skip to content

Commit

Permalink
Set timeout for attachment loading back to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascube committed Sep 4, 2009
1 parent 2e97306 commit 35f40fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/steps/mail/get.inc
Expand Up @@ -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;
Expand Down

0 comments on commit 35f40fb

Please sign in to comment.