Some global variables rewritten, a lot more language constants rewritten to getMessage()
[mailer.git] / click.php
index 342977a17577b370392d7ecda9b90c0713bdb898..e6108f118f3aa049ac682b55c92acc0d29de8b41 100644 (file)
--- a/click.php
+++ b/click.php
  * -------------------------------------------------------------------- *
  * 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]
 ?>