Files
metasploit-gs/lib/msf/ui/web.rb
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
139 B
Ruby
Raw Normal View History

# -*- coding: binary -*-
2005-11-22 03:20:09 +00:00
module Msf
module Ui
module Web
#
# The log source used by the web service.
#
LogSource = "msfweb"
end
end
end