X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=agb.php;h=5cadca9b3c7eef475e0351dcd0b9573970efd1ed;hb=2c1b50b97cb48d3c86909e1968d2f70f97db7bcb;hp=1abf0e10f4419f61c39695fa56e5892090a8ca70;hpb=6b1e55213d76a67e9aa3d9f1e4dcb55e0bbf12ee;p=mailer.git diff --git a/agb.php b/agb.php index 1abf0e10f4..5cadca9b3c 100644 --- a/agb.php +++ b/agb.php @@ -10,13 +10,8 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Allgemeine Geschaeftsbedingungen * * -------------------------------------------------------------------- * - * $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 * @@ -45,8 +40,8 @@ $GLOBALS['__start_time'] = microtime(TRUE); $GLOBALS['__module'] = 'agb'; $GLOBALS['__output_mode'] = -1; -// Load the required file(s) -require('inc/config-global.php'); +// Initialize application +require('inc/init.php'); // Set content type for e.g. search engines setContentType('text/html');