fixed Timthumb and added Drupal 8
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
*
|
*
|
||||||
* TODO:
|
* TODO:
|
||||||
* - Fix remaining script versions
|
* - Fix remaining script versions
|
||||||
* - Fix Timthumb
|
|
||||||
* - Add the rest of the scripts from Softaculous - work in progress
|
* - Add the rest of the scripts from Softaculous - work in progress
|
||||||
* - Add scripts from outside Softaculous - work in progress
|
* - Add scripts from outside Softaculous - work in progress
|
||||||
* - Add "Current Status" - work in progress
|
* - Add "Current Status" - work in progress
|
||||||
@@ -16,6 +15,7 @@
|
|||||||
|
|
||||||
$versions = array(
|
$versions = array(
|
||||||
array("Wordpress", "/wp-includes/version.php", "\$wp_version =", "Maintained"),
|
array("Wordpress", "/wp-includes/version.php", "\$wp_version =", "Maintained"),
|
||||||
|
array("Drupal 8", "/core/modules/system/system.info.yml", "version: '", "Maintained"),
|
||||||
array("osCommerce", "/includes/application_top.php", "define('PROJECT_VERSION', 'osCommerce Online Merchant", "Maintained"),
|
array("osCommerce", "/includes/application_top.php", "define('PROJECT_VERSION', 'osCommerce Online Merchant", "Maintained"),
|
||||||
array("Drupal", "/modules/system/system.info", "version = ", "Maintained"),
|
array("Drupal", "/modules/system/system.info", "version = ", "Maintained"),
|
||||||
array("phpBB", "/includes/constants.php", "define('PHPBB_VERSION',", "Maintained"),
|
array("phpBB", "/includes/constants.php", "define('PHPBB_VERSION',", "Maintained"),
|
||||||
@@ -155,6 +155,9 @@
|
|||||||
array("phpDealerLocator", "/config.php", "phpDealerLocator v", ""),
|
array("phpDealerLocator", "/config.php", "phpDealerLocator v", ""),
|
||||||
array("CraftySyntax", "/admin_common.php", "CVS will be released with version", ""),
|
array("CraftySyntax", "/admin_common.php", "CVS will be released with version", ""),
|
||||||
array("NextCloud/OwnCloud", "/version.php", "\$OC_VersionString =", "Maintained"),
|
array("NextCloud/OwnCloud", "/version.php", "\$OC_VersionString =", "Maintained"),
|
||||||
|
array("Timthumb", "/thumb.php", "define ('VERSION',", "EOL"),
|
||||||
|
array("Timthumb", "/image.php", "define ('VERSION',", "EOL"),
|
||||||
|
array("Timthumb", "/timthumb.php", "define ('VERSION',", "EOL"),
|
||||||
|
|
||||||
// still need to work on these
|
// still need to work on these
|
||||||
array("CubeCart", "/index.php", "CubeCart v"), // may need one more line
|
array("CubeCart", "/index.php", "CubeCart v"), // may need one more line
|
||||||
@@ -189,7 +192,6 @@
|
|||||||
array("SPIP", "/svn.revision", "Origine: svn:"), // needs one more
|
array("SPIP", "/svn.revision", "Origine: svn:"), // needs one more
|
||||||
array("Oxy Classifieds", "/version", "*"), // two from the head
|
array("Oxy Classifieds", "/version", "*"), // two from the head
|
||||||
array("Anova Pro", "/version.txt", "Anova Pro :"), // one more
|
array("Anova Pro", "/version.txt", "Anova Pro :"), // one more
|
||||||
array("Timthumb", "/*.php", "define ('VERSION',"), // produces too many false positives
|
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user