summaryrefslogtreecommitdiff
path: root/menu.pl
diff options
context:
space:
mode:
Diffstat (limited to 'menu.pl')
-rwxr-xr-xmenu.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/menu.pl b/menu.pl
index 8c245510..b957690e 100755
--- a/menu.pl
+++ b/menu.pl
@@ -107,6 +107,8 @@ $SIG{__DIE__} = sub { $form->error($_[0]) };
$myconfig{dbpasswd} = unpack 'u', $myconfig{dbpasswd};
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