From 82f53e0afd9441127fb6cf778a24358edcb2fa37 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 9 Feb 2010 08:18:13 +0100 Subject: [PATCH 1/1] samba.cgi don't overwrite old errormessage. --- html/cgi-bin/samba.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/samba.cgi b/html/cgi-bin/samba.cgi index 4438a8bd7e..4b8de89e57 100644 --- a/html/cgi-bin/samba.cgi +++ b/html/cgi-bin/samba.cgi @@ -126,7 +126,7 @@ my $PDCOPTIONS = `cat ${General::swroot}/samba/pdc`; sub refreshpage{&Header::openbox( 'Waiting', 1, "" );print "

$Lang::tr{'pagerefresh'}
";&Header::closebox();} if (($sambasettings{'WIDELINKS'} eq 'on') & ($sambasettings{'UNIXEXTENSION'} eq 'on')) - {$errormessage="Don't enable 'Wide links' and 'Unix extension' at the same time"; } + {$errormessage = "$errormessage
Don't enable 'Wide links' and 'Unix extension' at the same time"; } &Header::openpage('Samba', 1, ''); &Header::openbigbox('100%', 'left', '', $errormessage); -- 2.39.2