Guest User

Untitled

a guest
Mar 11th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. require 'cgi'
  2. require 'app'
  3.  
  4. cgi = CGI.new
  5.  
  6. uri = cgi['uri']
  7. user = cgi['username']
  8. pass = cgi['password']
  9.  
  10. app = App.new(:output = 'html')
  11. app.report
Add Comment
Please, Sign In to add comment