Files
wpscan/lib/common/collections/wp_themes/detectable.rb
2015-08-14 00:19:22 +02:00

12 lines
145 B
Ruby

# encoding: UTF-8
class WpThemes < WpItems
module Detectable
# @return [ String ]
def vulns_file
THEMES_FILE
end
end
end