diff options
author | cvs2git <cvs2git> | 1998-11-07 10:24:26 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 1998-11-07 10:24:26 +0000 |
commit | 48e7e549a27a76c357d50dd637e7ad5a29b9d43f (patch) | |
tree | e61ddacc0b1d6248ccfc61346f7f36fbb6723e56 /htdocs/docs/CGI-modules-2.76-patch.txt | |
parent | 47806ec845818ba69604e0452e7c7b25d62f0772 (diff) | |
parent | 4c9347994ca4e1aefdb622d9f51ac8687e6a177b (diff) |
This commit was manufactured by cvs2svn to create tag 'freeside_stable'.freeside_stable
Diffstat (limited to 'htdocs/docs/CGI-modules-2.76-patch.txt')
-rwxr-xr-x | htdocs/docs/CGI-modules-2.76-patch.txt | 34 |
1 files changed, 25 insertions, 9 deletions
diff --git a/htdocs/docs/CGI-modules-2.76-patch.txt b/htdocs/docs/CGI-modules-2.76-patch.txt index 55b50bbbe..9729623fa 100755 --- a/htdocs/docs/CGI-modules-2.76-patch.txt +++ b/htdocs/docs/CGI-modules-2.76-patch.txt @@ -1,23 +1,39 @@ -ivan@rootwood:~/src/CGI-modules-2.76/CGI$ diff -c Base.pm Base.pm.orig -*** Base.pm Sat Jul 18 00:33:21 1998 ---- Base.pm.orig Sat Jul 18 00:06:12 1998 +# This is a patch for Base.pm.old to update it to Base.pm. +# It was generated by makepatch 1.93 (2.0BETA) on Tue Nov 3 21:44:39 1998. +# +# To apply this patch, chdir to source directory Base.pm.old and enter +# +# patch -p1 -N < <this-file> + +exit +# End of preamble. + +# Patch input follows. +__DATA__ +Index: Base.pm +Prereq: 2.76 +####### => +*** Base.pm.old Wed Oct 14 00:24:12 1998 +--- Base.pm Tue Nov 3 21:38:49 1998 *************** *** 938,945 **** my $orig_uri = $self->get_uri; $self->log("Redirecting $CGI::Base::REQUEST_METHOD $orig_uri to $to_uri") - if $Debug; -! my $msg = ($perm) ? StatusHdr(301,"Moved Permanently") -! : StatusHdr(302,"Moved Temporarily"); + if $Debug; +! my $msg = ($perm) ? ServerHdr(301,"Moved Permanently") +! : ServerHdr(302,"Moved Temporarily"); my $hdrs = SendHeaders($msg, LocationHdr($to_uri)); $self->log($hdrs); } --- 938,945 ---- my $orig_uri = $self->get_uri; $self->log("Redirecting $CGI::Base::REQUEST_METHOD $orig_uri to $to_uri") - if $Debug; -! my $msg = ($perm) ? ServerHdr(301,"Moved Permanently") -! : ServerHdr(302,"Moved Temporarily"); + if $Debug; +! my $msg = ($perm) ? StatusHdr(301,"Moved Permanently") +! : StatusHdr(302,"Moved Temporarily"); my $hdrs = SendHeaders($msg, LocationHdr($to_uri)); $self->log($hdrs); } + +End of Patch. |