From: Roland Haeder Date: Sat, 20 Jul 2013 14:24:44 +0000 (+0000) Subject: Fix for parser error :( X-Git-Url: https://git.mxchange.org/?p=ctracker.git;a=commitdiff_plain;h=3d672d7891c2ec80bcd1144dae3d0ee8c212ef8b;hp=0b9c81aa673a752ef6272b19dddaeec4bf151d78 Fix for parser error :( --- 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=',