]> git.mxchange.org Git - ctracker.git/blobdiff - libs/lib_detector.php
Continued:
[ctracker.git] / libs / lib_detector.php
index ba51e053cd605cde24a5185fa6db5e84b76a5762..1134d36a29634e4f3bef38e65281084665e47d8b 100644 (file)
@@ -145,11 +145,11 @@ function initCrackerTrackerArrays () {
                // Request header being inserted
                'content-type',
 
-               // /proc/ and other forbidden paths
+               // /proc/ and other "forbidden" paths
                'proc/self/environ',
 
-               // MySQL internal functions
-               'name_const',
+               // MySQL internal functions/tables
+               'name_const', 'information_schema',
 
                // Server configuration (e.g. Apache)
                'application/x-httpd-php', 'addtype', 'server-info', 'server-status',