Add EmailTemplate fields: exploit_module, exploit_attach_name & attach_exploit
git-svn-id: file:///home/svn/framework3/trunk@11236 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
3fa31f9c32
commit
1b6c0664e6
|
@ -9,8 +9,9 @@ class EmailTemplate < ActiveRecord::Base
|
|||
|
||||
serialize :prefs
|
||||
|
||||
serialized_prefs_attr_accessor :exploit_name, :exploit_opts
|
||||
serialized_prefs_attr_accessor :exploit_module, :exploit_attach_name
|
||||
serialized_prefs_attr_accessor :attach_exe
|
||||
serialized_prefs_attr_accessor :attach_exploit
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue