This commit is contained in:
Brendan Coles
2015-10-04 08:35:53 +00:00
parent 9386fa28e7
commit cfc39edb54

View File

@@ -10,6 +10,7 @@ beef.execute(function() {
if(!beef.browser.isFF() && !beef.browser.isS()){
beef.debug("[command #<%= @command_id %>] Browser is not supported.");
beef.net.send("<%= @command_url %>", <%= @command_id %>, "fail=unsupported browser");
return;
}
//------------------------------------------------------------------------------------------