added 2nd version match for phpMyAdmin

This commit is contained in:
Palma Solutions LTD
2018-05-07 09:52:51 +02:00
parent 3db3db60fb
commit dc3dae3203
2 changed files with 2 additions and 0 deletions

View File

@@ -160,6 +160,7 @@
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"),
// still need to work on these
array("CubeCart", "/index.php", "CubeCart v"), // may need one more line

View File

@@ -168,6 +168,7 @@
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"),
// still need to work on these
array("CubeCart", "/index.php", "CubeCart v"), // may need one more line