From: Roland Haeder <roland@mxchange.org>
Date: Sat, 27 Aug 2011 23:05:40 +0000 (+0000)
Subject: DOCUMENT_ROOT and _SERVER added (avoid these things please)
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=867e2a940c2371c3c4bc8b5b01a73377afb1087c;p=ctracker.git

DOCUMENT_ROOT and _SERVER added (avoid these things please)
---

diff --git a/libs/lib_detector.php b/libs/lib_detector.php
index 095a8ba..4f780d5 100644
--- a/libs/lib_detector.php
+++ b/libs/lib_detector.php
@@ -68,7 +68,7 @@ function initCrackerTrackerArrays () {
 		'page=http', 'module=http', 'op=http', 'id=http', 'id%3Dhttp', 'action%3Dhttp', 'page%3Dhttp',
 		'module%3Dhttp', 'op%3Dhttp', 'starhack', '../../','..//', 'directory=http', 'dir=http', 'busca',
 		'uol.com', '=http://', '=https://','=ftp://','=file://','_SESSION','CFG_ROOT','/proc/',',0x5',
-		'=%7BQUOT%7D', '=%5C'
+		'=%7BQUOT%7D', '=%5C', 'DOCUMENT_ROOT', '_SERVER'
 	);
 
 	// Block these words found in POST requests