Use arrays in refs for consistency

bug/bundler_fix
Brendan Coles 2014-08-18 18:54:54 +00:00
parent b8b2e3edff
commit 564431fd41
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ class Metasploit3 < Msf::Exploit::Remote
],
'References' =>
[
%w|EDB 34273 |,
%w|OSVDB 109838|
['EDB', '34273'],
['OSVDB','109838']
],
'Arch' => ARCH_PHP,
'Platform' => 'php',