Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (login == "sys_adm" && password == "Password") {
  2.         abrir_programa()
  3. }
  4. if (login == "sys_dirgral" && password == "Password") {
  5.         abrir_programa()
  6. }
  7. if (login == "sys_servtec" && password == "password") {
  8.         abrir_programa()
  9. }
  10. if (login == "sys_atcliente" && password == "password") {
  11.         abrir_programa()
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement