Add manual for demo purposes

bug/bundler_fix
wchen-r7 2016-02-16 23:18:29 -06:00
parent b0cfb4aacf
commit 509a1e8de1
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
# KEEP CALM AND EAT A COOKIE

View File

@ -247,7 +247,7 @@ module Msf
end
def self.get_module_document(mod)
manual_path = File.join(PullRequestFinder::MANUAL_BASE_PATH, mod.fullname)
manual_path = File.join(PullRequestFinder::MANUAL_BASE_PATH, "#{mod.fullname}.md")
if File.exists?(manual_path)
Rex::Compat.open_webrtc_browser("file://#{manual_path}")