Files
wpscan/lib/common/collections/wp_themes.rb
Christian Mehlmauer 442884b5c5 remove executable flags
2016-05-09 16:19:11 +02:00

9 lines
130 B
Ruby

# encoding: UTF-8
require 'common/collections/wp_themes/detectable'
class WpThemes < WpItems
extend WpThemes::Detectable
end