Adds the opts arg to http server mixin for heaplib
git-svn-id: file:///home/svn/framework3/trunk@13676 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
8a070b81a2
commit
60b14d3cdb
|
@ -545,8 +545,8 @@ protected
|
|||
# Returns the heaplib javascript, including any custom javascript supplied
|
||||
# by the caller.
|
||||
#
|
||||
def heaplib(custom_js = '')
|
||||
Rex::Exploitation::HeapLib.new(custom_js).to_s
|
||||
def heaplib(custom_js = '', opts = {})
|
||||
Rex::Exploitation::HeapLib.new(custom_js, opts).to_s
|
||||
end
|
||||
|
||||
def js_base64
|
||||
|
|
Loading…
Reference in New Issue