X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=index.php;h=908248463154aad6ef397e0d143bf3827379afbb;hp=df23da6814c7eb4e87303f571dbbab9fb274e48d;hb=30f1d46dca2b026b23c8cefb7e6e4bdc98fee337;hpb=3deb4216cd947c4eb14b0a9e3b9f637ca25e77d3 diff --git a/index.php b/index.php index df23da6814..9082484631 100644 --- a/index.php +++ b/index.php @@ -79,8 +79,8 @@ if ((isSessionVariableSet('visited')) || (getConfig('index_delay') > -1)) { // Shall I insert an automated forward? if (getConfig('index_delay') > 0) { // This will be a JavaScript-redirect! - $content['delay'] = (getConfig('index_delay') * 1000 + 500); - $content['mod'] = 'index'; + $content['delay'] = (getConfig('index_delay') * 1000 + 500); + $content['module'] = 'index'; // Load template loadTemplate('index_forward', false, $content);