]> git.mxchange.org Git - mailer.git/blobdiff - click.php
Full rewrite of extension updates (multiple updates are supported)
[mailer.git] / click.php
index 1393bc19f7bea9734f22292b81f73f66fd5913c5..e6108f118f3aa049ac682b55c92acc0d29de8b41 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)               $ *
+ * $Revision::                                                        $ *
+ * $Date::                                                             $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author:: stelzi                                                   $ *
+ * $Author::                                                          $ *
  * Needs to be in all Files and every File needs "svn propset           *
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
@@ -65,5 +65,8 @@ if (((REQUEST_ISSET_GET(('user'))) || (REQUEST_ISSET_GET(('reseller')))) && (REQ
 // Load index page
 LOAD_URL("index.php");
 
+// Shutdown
+shutdown();
+
 // [EOF]
 ?>