Missing apostrophe in PHP-5.3.9-dos module.rb. This was breaking Rake. Make sure you run rake peeps before pushing!

This commit is contained in:
Christian Frichot
2013-06-15 13:48:05 +08:00
parent dbebf12d27
commit 473f349394

View File

@@ -14,7 +14,7 @@ class Php_dos < BeEF::Core::Command
def post_execute
content = {}
content['result'] = @datastore['result'] if not @datastore['result'].nil?
content['fail] = @datastore['fail'] if not @datastore['fail'].nil?
content['fail'] = @datastore['fail'] if not @datastore['fail'].nil?
save content
end