X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=mailid.php;h=fb180602e9ee55348b297e5995ee4db1a699d4a3;hp=df684a7709718e62cd557057733cdbd0f022ba47;hb=63f159414369b5ea19a8ca75d8cd8033c45d8341;hpb=a454def0bfba8288ffc839d034c710f034cf4728 diff --git a/mailid.php b/mailid.php index df684a7709..fb180602e9 100644 --- a/mailid.php +++ b/mailid.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * + * Copyright (c) 2009 - 2012 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -39,19 +39,25 @@ require('inc/libs/security_functions.php'); // Init start time -$GLOBALS['startTime'] = microtime(true); +$GLOBALS['__start_time'] = microtime(true); // Tell everyone we are in this module -$GLOBALS['__module'] = 'mailid'; -$GLOBALS['output_mode'] = '0'; +$GLOBALS['__module'] = 'mailid'; +$GLOBALS['__output_mode'] = '0'; $errorCode = ''; +// This is a frameset module +$GLOBALS['frameset_mode'] = true; + +// Disable copyright footer which would break the frameset +$GLOBALS['__copyright_enabled'] = 'N'; + // Load the required file(s) require('inc/config-global.php'); // Set content type and HTTP status setContentType('text/html'); -setHttpStatus('404 NOT FOUND'); +setHttpStatus('404 Not Found'); // Is the extension active? redirectOnUninstalledExtension('mailid'); @@ -111,7 +117,7 @@ if ((isValidUserId($userId)) && (($mailId > 0) || ($bonusId > 0)) && (!ifFatalEr break; default: // Invalid mail type - debug_report_bug(__FILE__, __LINE__, 'Invalid mail type ' . $ltype . ' detected.'); + reportBug(__FILE__, __LINE__, 'Invalid mail type ' . $ltype . ' detected.'); break; } // END - switch @@ -166,7 +172,7 @@ if ((isValidUserId($userId)) && (($mailId > 0) || ($bonusId > 0)) && (!ifFatalEr break; default: // Invalid mail type - debug_report_bug(__FILE__, __LINE__, 'Invalid mail type ' . $ltype . ' detected.'); + reportBug(__FILE__, __LINE__, 'Invalid mail type ' . $ltype . ' detected.'); break; }