Check-in Number:
|
2234 | |
Date: |
2002-Jul-05 14:43:08 (local)
2002-Jul-05 12:43:08 (UTC) |
User: | ps |
Branch: | |
Comment: |
Initiate new program start after editing of config file |
Tickets: |
|
Inspections: |
|
Files: |
|
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;
}
|
|