]> git.mxchange.org Git - mailer.git/blobdiff - mailid_top.php
Fixed missing array element
[mailer.git] / mailid_top.php
index 8b812839c4f142799e26bf750395e0c4a1d7a7f7..c546edf28c41fe85e738809d0c9a81a636980911 100644 (file)
@@ -48,8 +48,9 @@ $GLOBALS['output_mode'] = -1;
 // Load the required file(s)
 require('inc/config-global.php');
 
-// Set content type
+// Set content type and HTTP status
 setContentType('text/html');
+setHttpStatus('404 NOT FOUND');
 
 // Is the extension mailid active?
 redirectOnUninstalledExtension('mailid');
@@ -240,6 +241,9 @@ if ((isValidUserId($userId)) && (($mailId > 0) || ($bonusId > 0)) && (!ifFatalEr
 
                                                                        // Right code entered?
                                                                        if (bigintval(postRequestParameter('gfx_check')) == $img_code) {
+                                                                               // Set HTTP status to okay
+                                                                               setHttpStatus('200 OK');
+
                                                                                // Add points over referal system is the default
                                                                                $template = 'mailid_points_done';