Fixed logfile writing in installation phase, .revision is now ignored
[mailer.git] / click.php
index 1393bc19f7bea9734f22292b81f73f66fd5913c5..a13bb7787ed017f7b77f3b5e83204b53f5b50e1a 100644 (file)
--- a/click.php
+++ b/click.php
@@ -65,5 +65,8 @@ if (((REQUEST_ISSET_GET(('user'))) || (REQUEST_ISSET_GET(('reseller')))) && (REQ
 // Load index page
 LOAD_URL("index.php");
 
+// Shutdown
+shutdown();
+
 // [EOF]
 ?>