Files
metasploit-gs/data/msfweb/app/controllers/ide_controller.rb
T
lmh 3db0db05d9 Fixed CSS warnings and made all XHTML and CSS standards compliant (as of W3C specs).
Added IDE skeleton, layout and initial CSS, as well as a nice logo.

git-svn-id: file:///home/svn/framework3/trunk@4025 4d416f70-5f16-0410-b530-b9f4589650da
2006-10-15 08:04:45 +00:00

13 lines
346 B
Ruby

# Author: L.M.H <lmh@info-pull.com>
# Description: The IDE controller of msfweb v.3. Handles views, processing,
# help and all actions related to the msfweb IDE for exploit development.
# Now Metasploit has a multi-platform IDE. Find bug. Click. Profit. (tm)
class IdeController < ApplicationController
layout 'msfide'
def start
end
end