summaryrefslogtreecommitdiff
path: root/menu.pl
diff options
context:
space:
mode:
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!'));