Skip to content

Commit 0063037

Browse files
author
Tod Beardsley
committed
Revert the default call to firefox
This reverts commit 0928a37. No, no, you guys are right in the comments for rapid7#2148. The call to system is inside the else, but the tabbing made my eyes cross. Sorry about that. Someday soon, @tabassassin will save us all from these kinds of screw ups in mental parsing.
1 parent d493346 commit 0063037

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/rex/compat.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,6 @@ def self.open_browser(url='http://metasploit.com/')
145145
end
146146
end
147147
end
148-
149-
# If nothing else worked, default to firefox
150-
system("firefox #{url} &")
151148
end
152149
end
153150

0 commit comments

Comments
 (0)