Output the timthumb version if found

This commit is contained in:
erwanlr
2013-03-19 23:53:43 +01:00
parent dfcfaa2041
commit 4c5f02865f
4 changed files with 11 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ class WpTimthumb < WpItem
module Output
def output
puts ' | ' + red('[!]') + " #{url}"
puts ' | ' + red('[!]') + " #{self}"
end
end