forgot a comma
This commit is contained in:
parent
5f272803c0
commit
3db3db60fb
@ -159,7 +159,7 @@
|
||||
array("Timthumb", "/thumb.php", "define ('VERSION',", "EOL"),
|
||||
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/defines.lib.php", "define('PMA_VERSION',", "Not Allowed"),
|
||||
|
||||
// still need to work on these
|
||||
array("CubeCart", "/index.php", "CubeCart v"), // may need one more line
|
||||
|
||||
@ -167,7 +167,7 @@
|
||||
array("Timthumb", "/thumb.php", "define ('VERSION',", "EOL"),
|
||||
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/defines.lib.php", "define('PMA_VERSION',", "Not Allowed"),
|
||||
|
||||
// still need to work on these
|
||||
array("CubeCart", "/index.php", "CubeCart v"), // may need one more line
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user