bb6d5c38a3
git-svn-id: file:///home/svn/incoming/trunk@3464 4d416f70-5f16-0410-b530-b9f4589650da
15 lines
139 B
Ruby
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'
|