Index: ossp-pkg/tabea/tabea.cgi RCS File: /v/ossp/cvs/ossp-pkg/tabea/tabea.cgi,v rcsdiff -q -kk '-r1.32' '-r1.33' -u '/v/ossp/cvs/ossp-pkg/tabea/tabea.cgi,v' 2>/dev/null --- tabea.cgi 2002/07/05 12:05:31 1.32 +++ tabea.cgi 2002/07/05 12:43:08 1.33 @@ -473,12 +473,18 @@ print $fileout $edittext; $fileout->close; $form = 'mainw'; + + if($cgi->param("editfile") =~ $cfghash{'BaseDir'} . "tabea.cfg" ) { + $password = ""; + } + goto NEXTFORM; } else { $text .= "Cannot save file

\n"; } $text .= $cgi->submit(-name => 'dialog_mainw', -value => 'Back'); + return $text; }