From: Roland Häder <roland@mxchange.org>
Date: Thu, 28 Jul 2016 11:00:39 +0000 (+0200)
Subject: Also __CALLBACKPARAM needs blocking
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=724e426f9ad5eb09859f311a49c7bf33481abd85;p=ctracker.git

Also __CALLBACKPARAM needs blocking

Signed-off-by: Roland Häder <roland@mxchange.org>
---

diff --git a/libs/lib_detector.php b/libs/lib_detector.php
index 633d7d3..bb71733 100644
--- a/libs/lib_detector.php
+++ b/libs/lib_detector.php
@@ -103,7 +103,7 @@ function initCrackerTrackerArrays () {
 		'php_', 'class_', '_class.php', 'db_mysql.inc',
 
 		// PHP arrays
-		'_PHPLIB',
+		'_phplib', '__callbackparam',
 
 		// Generic remote inclusion
 		'=http://', '=https://',
@@ -173,7 +173,7 @@ function initCrackerTrackerArrays () {
 		'php_', 'class_', '_class.php', 'db_mysql.inc',
 
 		// PHP arrays
-		'_PHPLIB',
+		'_phplib', '__callbackparam',
 
 		// Request header being inserted
 		'content-type',