fixed timthumb.php

This commit is contained in:
Palma Solutions LTD
2018-05-06 11:28:52 +02:00
parent 04dd9a2e40
commit 5dc79a676d

View File

@@ -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
);