X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=click.php;h=e6108f118f3aa049ac682b55c92acc0d29de8b41;hp=342977a17577b370392d7ecda9b90c0713bdb898;hb=46f2e389417a40f1029612b58cb285416ccae7a5;hpb=d8148e3f1f3a6762b2e786dbe99ada269dcf2ea0 diff --git a/click.php b/click.php index 342977a175..e6108f118f 100644 --- a/click.php +++ b/click.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Klicks auf Banner zaehlen und weiterleiten * * -------------------------------------------------------------------- * - * * + * $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 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * @@ -39,7 +44,8 @@ $GLOBALS['what'] = ""; $GLOBALS['action'] = ""; // Set module -$GLOBALS['module'] = "click"; $GLOBALS['output_mode'] = -1; +$GLOBALS['module'] = "click"; +$GLOBALS['output_mode'] = -1; // Load the required file(s) require("inc/config.php"); @@ -59,5 +65,8 @@ if (((REQUEST_ISSET_GET(('user'))) || (REQUEST_ISSET_GET(('reseller')))) && (REQ // Load index page LOAD_URL("index.php"); +// Shutdown +shutdown(); + // [EOF] ?>