]> git.mxchange.org Git - mailer.git/blobdiff - click.php
Fatal error fixed. :(
[mailer.git] / click.php
index c1f01861d6c25f965912876d46a93d06e8857d71..a13bb7787ed017f7b77f3b5e83204b53f5b50e1a 100644 (file)
--- a/click.php
+++ b/click.php
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Klicks auf Banner zaehlen und weiterleiten       *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $Revision:: 856                                                    $ *
+ * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009)               $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author:: stelzi                                                   $ *
+ * 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                  *
@@ -60,5 +65,8 @@ if (((REQUEST_ISSET_GET(('user'))) || (REQUEST_ISSET_GET(('reseller')))) && (REQ
 // Load index page
 LOAD_URL("index.php");
 
+// Shutdown
+shutdown();
+
 // [EOF]
 ?>