X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/05b5b421b24810c17b05c7aaca08a93c4ececad5..f0a07fead89d29513f76ee42b29a0f87dbe926d6:/app/views/quickvote/results.rhtml diff --git a/app/views/quickvote/results.rhtml b/app/views/quickvote/results.rhtml index b82d5e3..0cbd6d0 100644 --- a/app/views/quickvote/results.rhtml +++ b/app/views/quickvote/results.rhtml @@ -144,7 +144,7 @@ by several other names.
-IP/Host | @@ -158,7 +158,7 @@ by several other names. <% raise ArgumentError.new, "Local Server" if voter.ipaddress == "127.0.0.1" %> <% raise ArgumentError.new, "XML-RPC Voter" if voter.ipaddress == "XMLRPC Request" %> <% w= Whois::Whois.new(IPAddr.new(voter.ipaddress).to_s,true)%> - <%=(w.host == nil or w.host.empty?) ? "Unknown voter" : w.host%> + <%=(w.host == nil or w.host.empty?) ? voter.ipaddress : w.host%><%w.search_whois%> @@ -175,6 +175,7 @@ by several other names. <% end %> |
---|