OSSP CVS Repository

ossp - Difference in ossp-pkg/tabea/tabea.cgi versions 1.32 and 1.33
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

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;
 }

CVSTrac 2.0.1