lib/whatweb/plugins/htpasswd.rb in simple_whatweb-0.1.0 vs lib/whatweb/plugins/htpasswd.rb in simple_whatweb-0.2.0

- old
+ new

@@ -71,18 +71,15 @@ { account: "admin:letmein" } # Display hash if unknown else { account: line.to_s } - end - + end # Display hash if user is not "admin" else { account: line.to_s } end end - end - m end end