|
|
|
@ -20,9 +20,9 @@ sub authenticate { |
|
|
|
return $_[1]->datas->{enabledMods0}->[0]->authenticate( $_[1] ); |
|
|
|
return $_[1]->datas->{enabledMods0}->[0]->authenticate( $_[1] ); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
sub authForce { |
|
|
|
sub authLogout { |
|
|
|
$_[0]->checkChoice( $_[1] ) or return PE_OK; |
|
|
|
$_[0]->checkChoice( $_[1] ) or return PE_OK; |
|
|
|
return $_[1]->datas->{enabledMods0}->[0]->authForce( $_[1] ); |
|
|
|
return $_[1]->datas->{enabledMods0}->[0]->authLogout( $_[1] ); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
sub getDisplayType { |
|
|
|
sub getDisplayType { |
|
|
|
|