ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FeepingCreaturism/FeepingCreaturism.cpp
(Generate patch)

Comparing FeepingCreaturism/FeepingCreaturism.cpp (file contents):
Revision 201 by Douglas Thrift, 2004-08-30T19:24:40-07:00 vs.
Revision 202 by Douglas Thrift, 2004-08-30T23:18:58-07:00

# Line 41 | Line 41 | FeepingCreaturism::FeepingCreaturism()
41          }
42          else
43          {
44 <                cout << "Status: 301\r\n";
44 >                cout << "Status: 301\r\nLocation: http://" << env.get("HTTP_HOST")
45 >                        << env.get("SCRIPT_NAME") << "/daily/\r\n\r\n";
46          }
47   }
48  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines