From: wbudic Date: Sat, 13 Feb 2021 11:26:32 +0000 (+1100) Subject: Fixed password interaction and checking. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=56286449a16b2536d4909a1ed317b686ac46ccd3;p=LifeLog.git Fixed password interaction and checking. --- diff --git a/htdocs/cgi-bin/config.cgi b/htdocs/cgi-bin/config.cgi index 7d0cb15..b27974c 100755 --- a/htdocs/cgi-bin/config.cgi +++ b/htdocs/cgi-bin/config.cgi @@ -25,7 +25,7 @@ require Settings; #15mg data post limit $CGI::POST_MAX = 1024 * 15000; -my ($LOGOUT,$ERROR) = (0,""); +my ($TR_STATUS,$LOGOUT,$ERROR) = ("",0,""); my $sys = `uname -n`; my $db = Settings::fetchDBSettings(); my $cgi = Settings->cgi(); @@ -52,7 +52,7 @@ elsif($cgi->param('data_log')){&importLogCSV} my $stmtCat = 'SELECT * FROM CAT ORDER BY ID;'; my $status = "Ready for change!"; -my $cats; +my $cats; my %hshCats = {}; cats(); ############### @@ -88,8 +88,7 @@ print qq(