halt 500 if page cloning is unsuccessful

This commit is contained in:
Brendan Coles
2015-06-22 09:42:10 +00:00
parent e17a48fae2
commit e7bc352db2

View File

@@ -61,6 +61,7 @@ module BeEF
result = {
"success" => false
}.to_json
halt 500
end
end