ossp-pkg/tabea/tabea.cgi 1.32 -> 1.33
--- 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 .= "<font color=red>Cannot save file<br><br>\n";
}
$text .= $cgi->submit(-name => 'dialog_mainw', -value => 'Back');
+
return $text;
}
|
|