fixed CubeCart

This commit is contained in:
Palma Solutions LTD 2018-05-07 11:20:40 +02:00
parent 8ba47dae1c
commit b0f9008e74
2 changed files with 5 additions and 4 deletions

View File

@ -160,10 +160,11 @@
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"),
array("CubeCart", "/ini.inc.php", "define('CC_VERSION',", "Maintained"),
// still need to work on these
array("CubeCart", "/index.php", "CubeCart v"), // may need one more line
array("Silverstripe", "/cms/silverstripe_version", "*"), //needs review
array("Croogo", "/Vendor/croogo/croogo/VERSION.txt", "*"), // needs further review
array("XMB", "/db/mysql.php", "* eXtreme Message Board"), // needs 2nd line too

View File

@ -169,10 +169,10 @@
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.class.php", "\$this->set('PMA_VERSION',", "Not Allowed"),
array("CubeCart", "/ini.inc.php", "define('CC_VERSION',", "Maintained"),
// still need to work on these
array("CubeCart", "/index.php", "CubeCart v"), // may need one more line
array("Silverstripe", "/cms/silverstripe_version", "*"), //needs review
array("Croogo", "/Vendor/croogo/croogo/VERSION.txt", "*"), // needs further review
array("XMB", "/db/mysql.php", "* eXtreme Message Board"), // needs 2nd line too