From c88d5f31c28e3b23145c750cb34fd440f7d9a887 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sun, 16 May 2010 02:17:39 +0000 Subject: [PATCH] Fix --- libs/lib_detector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/lib_detector.php b/libs/lib_detector.php index 9ba3432..ddddec9 100644 --- a/libs/lib_detector.php +++ b/libs/lib_detector.php @@ -254,7 +254,7 @@ function crackerTrackerLogAttack () { ); // Insert the array in database - crackerTrackerInsertArray($rowData); + crackerTrackerInsertArray('ctracker_data', $rowData); } // Alerts the current user about malicious/suspicious traffic -- 2.39.5