fixed timthumb.php
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
*
|
||||
* TODO:
|
||||
* - Fix remaining script versions
|
||||
* - Fix Timthumb
|
||||
* - Add the rest of the scripts from Softaculous - work in progress
|
||||
* - Add scripts from outside Softaculous - work in progress
|
||||
* - Add "Current Status" - work in progress
|
||||
@@ -157,6 +156,9 @@
|
||||
array("phpDealerLocator", "/config.php", "phpDealerLocator v", ""),
|
||||
array("CraftySyntax", "/admin_common.php", "CVS will be released with version", ""),
|
||||
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
|
||||
array("CubeCart", "/index.php", "CubeCart v"), // may need one more line
|
||||
@@ -191,7 +193,6 @@
|
||||
array("SPIP", "/svn.revision", "Origine: svn:"), // needs one more
|
||||
array("Oxy Classifieds", "/version", "*"), // two from the head
|
||||
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