Ignore:
Timestamp:
10/01/19 19:16:21 (5 years ago)
Author:
nanardon
Message:

Add lock/banpasswd functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Cli/Base.pm

    r2278 r2285  
    430430=cut 
    431431 
    432 sub base { $_[0]->Context->base } 
    433 sub term { $_[0]->Context->Term } 
    434 sub print { shift->Context->print(@_) } 
     432sub La           { $_[0]->Context->La   } 
     433sub base         { $_[0]->Context->base } 
     434sub term         { $_[0]->Context->Term } 
     435sub Interractive { $_[0]->Context->Interactive } 
     436sub print        { shift->Context->print(@_) } 
    435437 
    436438sub Top { 
Note: See TracChangeset for help on using the changeset viewer.