X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mailid.php;h=cebf439e9ad3179ee521c8f9f41906ee15bd650e;hb=eecbb82b02ddf3e79b235ba429782f5e465795eb;hp=a1b85addaad04d28b3a00b67fdfea1f53e31fdf1;hpb=e5dffd4249c97200cbad02f3f4eaf5c373fdb89a;p=mailer.git diff --git a/mailid.php b/mailid.php index a1b85addaa..cebf439e9a 100644 --- a/mailid.php +++ b/mailid.php @@ -10,13 +10,8 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Bestaetigung von Mails * * -------------------------------------------------------------------- * - * $Revision:: $ * - * $Date:: $ * - * $Tag:: 0.2.1-FINAL $ * - * $Author:: $ * - * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2013 by Mailer Developer Team * + * Copyright (c) 2009 - 2016 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -48,8 +43,8 @@ $GLOBALS['__output_mode'] = '0'; // Disable copyright footer which would be to large for the upper frame $GLOBALS['__copyright_enabled'] = 'N'; -// Load the required file(s) -require('inc/config-global.php'); +// Initialize application +require('inc/init.php'); // Set content type and HTTP status setContentType('text/html'); @@ -89,7 +84,7 @@ if ((isValidId($data['userid'])) && (isValidId($data['id'])) && (!empty($data['t // No image? if ($data['do'] != 'img') { // ... then output header - loadIncludeOnce('inc/header.php'); + loadPageHeader(); } // END - fi // Init result for below sqlNumRows() function @@ -254,7 +249,7 @@ handleMailIdErrorCode($data['error_code']); // Insert footer if no image if ($data['do'] != 'img') { // Write footer - loadIncludeOnce('inc/footer.php'); + loadPageFooter(); } // END - if // Really all done here... ;-)