From ef7831432e9653326785fa50f46ee1901afba19f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 28 Jul 2016 13:00:39 +0200 Subject: [PATCH] Also __CALLBACKPARAM needs blocking MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- 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 44de983..e919436 100644 --- a/libs/lib_detector.php +++ b/libs/lib_detector.php @@ -204,7 +204,7 @@ function initCrackerTrackerArrays () { 'php_', 'class_', '_class.php', 'db_mysql.inc', // PHP arrays - '_PHPLIB', + '_phplib', '__callbackparam', // Request header being inserted 'content-type', -- 2.39.2