X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=autoreg.php;h=a5bf978dcfc2c6239041eb0d6f0dba8be13ab85c;hb=df3ed14e57f4e3dd95b7f952af40bfd1f6b6667e;hp=eb080d17f02cc761ed4b681ab586b87d9b848eb9;hpb=447cb1bc3f58d6906321165b071fb9e0c0eeeb59;p=mailer.git diff --git a/autoreg.php b/autoreg.php index eb080d17f0..a5bf978dcf 100644 --- a/autoreg.php +++ b/autoreg.php @@ -6,19 +6,18 @@ * -------------------------------------------------------------------- * * File : autoreg.php * * -------------------------------------------------------------------- * - * Short description : The surfbar itself * + * Short description : API script for ext-autoreg * * -------------------------------------------------------------------- * - * Kurzbeschreibung : Die Surfbar selbst * + * Kurzbeschreibung : API-Script fuer ext-autoreg * * -------------------------------------------------------------------- * * $Revision:: $ * * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * For more information visit: http://www.mxchange.org * + * 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 * * it under the terms of the GNU General Public License as published by * @@ -40,12 +39,12 @@ require('inc/libs/security_functions.php'); // Init start time -$GLOBALS['startTime'] = microtime(true); +$GLOBALS['__start_time'] = microtime(TRUE); // Set module -$GLOBALS['module'] = 'autoreg'; -$GLOBALS['output_mode'] = '1'; -$GLOBALS['header_sent'] = 3; +$GLOBALS['__module'] = 'autoreg'; +$GLOBALS['__output_mode'] = 1; +$GLOBALS['__header_sent'] = 3; // Load the required file(s) require('inc/config-global.php');