From 1fbcba2cbc003700bea7e577e14253ab734ef606 Mon Sep 17 00:00:00 2001 From: Palma Solutions LTD Date: Mon, 7 May 2018 11:04:47 +0200 Subject: [PATCH] added 3rd match for phpMyAdmin --- cms-vss.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cms-vss.php b/cms-vss.php index f827b47..1d3a0d8 100644 --- a/cms-vss.php +++ b/cms-vss.php @@ -167,7 +167,9 @@ array("Timthumb", "/image.php", "define ('VERSION',", "EOL"), array("Timthumb", "/timthumb.php", "define ('VERSION',", "EOL"), array("phpMyAdmin", "/libraries/defines.lib.php", "define('PMA_VERSION',", "Not Allowed"), - array("phpMyAdmin", "\libraries/Config.php", "\$this->set('PMA_VERSION',", "Not Allowed"), + array("phpMyAdmin", "/libraries/Config.php", "\$this->set('PMA_VERSION',", "Not Allowed"), + array("phpMyAdmin", "/libraries/Config.class.php", "\$this->set('PMA_VERSION',", "Not Allowed"), + // still need to work on these array("CubeCart", "/index.php", "CubeCart v"), // may need one more line