yay works now... just forgot to send http header
authorivan <ivan>
Tue, 26 Mar 2002 23:18:48 +0000 (23:18 +0000)
committerivan <ivan>
Tue, 26 Mar 2002 23:18:48 +0000 (23:18 +0000)
fs_passwd/fs_passwd.cgi

index df6c7c8..3f676ff 100755 (executable)
@@ -43,7 +43,7 @@ chomp $error;
 if ($error) {
   die $error;
 } else {
-  print <<END;
+  print $cgi->header(), <<END;
 <html>
   <head>
     <title>Password changed</title>