The unified diff between revisions [5a1c6048..] and [ecd4e292..] is displayed below. It can also be downloaded as a raw diff.
# # old_revision [5a1c604855318af35b81e455fbf0958de3720221] # new_revision [ecd4e29264735a669eb7c177cde4a4afeb3f21dd] # # patch "orangelogin.pl" # from [d40a1d09f97fd73db324c3da05a9d53fac747027] # to [a1669077494ebc019fea4aa7508d11ee917d3d0b] # ============================================================ --- orangelogin.pl d40a1d09f97fd73db324c3da05a9d53fac747027 +++ orangelogin.pl a1669077494ebc019fea4aa7508d11ee917d3d0b @@ -46,8 +46,8 @@ $mech->submit_form( $mech->submit_form( form_number => 1, fields => { - txtMSISDN => $username, - txtPassword => $password, + LOGIN => $username, + PASSWORD => $password, } );