Browse Source

Orange changed their field names.

master
Gavan Fantom 13 years ago
parent
commit
7d4dd244cc
  1. 4
      orangelogin.pl

4
orangelogin.pl

@ -46,8 +46,8 @@ print "Logging in\n";
$mech->submit_form(
form_number => 1,
fields => {
txtMSISDN => $username,
txtPassword => $password,
LOGIN => $username,
PASSWORD => $password,
}
);

Loading…
Cancel
Save