diff options
Diffstat (limited to 'bin/admin.pl')
-rwxr-xr-x | bin/admin.pl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/admin.pl b/bin/admin.pl index a99665fb..c182371b 100755 --- a/bin/admin.pl +++ b/bin/admin.pl @@ -199,12 +199,6 @@ sub form_footer { sub list_users { - #currently, this is disabled, but will set a value in the central db - #$nologin = qq|<button type="submit" class="submit" name="action" value="lock_system">|.$locale->text('Lock System').qq|</button>|; - # - #if (-e "${LedgerSMB::Sysconfig::userspath}/nologin") { - # $nologin = qq|<button type="submit" class="submit" name="action" value="unlock_system">|.$locale->text('Unlock System').qq|</button>|; - #} # use the central database handle my $dbh = ${LedgerSMB::Sysconfig::GLOBALDBH}; |