summaryrefslogtreecommitdiff
path: root/menu.pl
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-19 18:53:52 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-19 18:53:52 +0000
commit030ef4038357cabe10ecd747c8d163624ef812e7 (patch)
tree2909a587f27c357bfd807567cf9eda310c4b88a6 /menu.pl
parent64febd669873e6a76293eb666941b4b47e8cd829 (diff)
Removing per-login script feature
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@948 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'menu.pl')
-rwxr-xr-xmenu.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/menu.pl b/menu.pl
index bf32547b..12e2e50a 100755
--- a/menu.pl
+++ b/menu.pl
@@ -110,8 +110,6 @@ $SIG{__DIE__} = sub { $form->error(__FILE__.':'.__LINE__.': '.$_[0]) };
map { $form->{$_} = $myconfig{$_} } qw(stylesheet timeout) unless ($form->{type} eq 'preferences');
$form->db_init(\%myconfig);
-if ($form->{path} ne 'bin/lynx'){ $form->{path} = 'bin/mozilla';}
-
# did sysadmin lock us out
if (-f "${LedgerSMB::Sysconfig::userspath}/nologin") {
$form->error(__FILE__.':'.__LINE__.': '.$locale->text('System currently down for maintenance!'));