fixed CubeCart
This commit is contained in:
parent
8ba47dae1c
commit
b0f9008e74
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user