From 61d2705c60c4754586c6713af40d0a1ef8050438 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 20 Jul 2013 14:24:44 +0000 Subject: [PATCH] Fix for parser error :( --- 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 a724d7d..44d1818 100644 --- a/libs/lib_detector.php +++ b/libs/lib_detector.php @@ -69,7 +69,7 @@ function initCrackerTrackerArrays () { // Other Linux programs (+ brace) 'locate(', 'grep(', 'kill(', 'mcd(', 'mrd(', 'rm(', 'mv(', 'rmdir(', 'chmod(', 'chmod(', 'chown(', 'chgrp(', 'passwd(', 'vi(', 'cp(', - 'mdir(', 'esystem(', 'chr(', 'wget(', 'rush(',, 'echr(', + 'mdir(', 'esystem(', 'chr(', 'wget(', 'rush(', 'echr(', // Other Linux programs (+ equal) 'mcd=', 'mrd=', 'chmod=', 'chr=', 'rush=', 'echr=', -- 2.39.2