]> git.mxchange.org Git - ctracker.git/commitdiff
We don't need an open database link after the work is done
authorRoland Haeder <roland@mxchange.org>
Thu, 31 Dec 2009 02:53:13 +0000 (02:53 +0000)
committerRoland Haeder <roland@mxchange.org>
Thu, 31 Dec 2009 02:53:13 +0000 (02:53 +0000)
ctracker.php

index 5f7bf9422d8a8401bd4e98c3c6e3608600baab77..f1fda197448f005cbc22e20218c8ea15563c63f4 100644 (file)
@@ -53,5 +53,8 @@ if (isCrackerTrackerPostAttackDetected()) {
        sendCrackerTrackerPostMail();
 } // END - if
 
+// Close any open database links
+crackerTrackerCloseDatabaseLink();
+
 // [EOF]
 ?>