]> git.mxchange.org Git - mailer.git/blobdiff - view.php
Missing cache loader added from stelzi's branch
[mailer.git] / view.php
index e08b8e001745e22f438a2da633fb5f1815c2dfa0..9daf1e0599b237d666d860a6fa5aa6a7e541c447 100644 (file)
--- a/view.php
+++ b/view.php
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Banner anzeigen und Views zaehlen                *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $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                  *
@@ -70,5 +75,8 @@ if (((REQUEST_ISSET_GET(('user'))) || (REQUEST_ISSET_GET(('reseller')))) && (REQ
        LOAD_URL (URL."/index.php");
 }
 
-// END - if
+// Shutdown
+shutdown();
+
+//
 ?>