From: Roland Haeder Date: Thu, 31 Dec 2009 02:53:13 +0000 (+0000) Subject: We don't need an open database link after the work is done X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bf9c03f6993e9988f07cd4afd421ae247414b415;p=ctracker.git We don't need an open database link after the work is done --- diff --git a/ctracker.php b/ctracker.php index 5f7bf94..f1fda19 100644 --- a/ctracker.php +++ b/ctracker.php @@ -53,5 +53,8 @@ if (isCrackerTrackerPostAttackDetected()) { sendCrackerTrackerPostMail(); } // END - if +// Close any open database links +crackerTrackerCloseDatabaseLink(); + // [EOF] ?>