Files
metasploit-gs/lib/msf/ui/wx.rb
T
HD Moore bb6d5c38a3 Better WX stub
git-svn-id: file:///home/svn/incoming/trunk@3464 4d416f70-5f16-0410-b530-b9f4589650da
2006-01-28 20:11:28 +00:00

15 lines
139 B
Ruby

module Msf
module Ui
module Wx
#
# The log source used by the web service.
#
LogSource = "msfwx"
end
end
end
require 'msf/ui/wx/driver'