diff options
author | linuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-03-17 02:03:32 +0000 |
---|---|---|
committer | linuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-03-17 02:03:32 +0000 |
commit | 012939a121e1ca3ccfd3215bf8e4b91e3bb316e2 (patch) | |
tree | 8635d2e68ab613722c8865f8293ecac39effa9fb /bin | |
parent | 7ea0aab4590f2e64f0cad4ab4446b6cc470a9173 (diff) |
Ripped out applicaton lock functionality. If you are upgrading schedule an outage.
Removed now deprecated users directory in 1.2 as well
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@923 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin')
-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}; |