From: Roland Häder <roland@mxchange.org>
Date: Wed, 20 Jul 2016 08:40:11 +0000 (+0200)
Subject: One to much ...
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4d80dc5f110e84cb6de100d2bbda9617feec8e0e;p=ctracker.git

One to much ...

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

diff --git a/libs/lib_detector.php b/libs/lib_detector.php
index 9e61ff1..c70c43a 100644
--- a/libs/lib_detector.php
+++ b/libs/lib_detector.php
@@ -94,7 +94,7 @@ function initCrackerTrackerArrays () {
 
 		// PHP commands/scripts
 		'fopen', 'fwrite', 'phpinfo()', '\<?', '?\>', 'base64_decode', 'file_put_contents',
-		'set_magic_quotes_runtime', 'set_magic_quotes_runtime', 'display_errors', 'passthru',,
+		'set_magic_quotes_runtime', 'set_magic_quotes_runtime', 'display_errors', 'passthru',
 
 		// Typical PHP script remote-inclusions and typical include file names
 		'.inc.php', '.lib.php', '.class.php', 'config.php', '.inc', '_php',