diff options
author | showard <showard@592f7852-d20e-0410-864c-8624ca9c26a4> | 2008-07-24 16:33:35 +0000 |
---|---|---|
committer | showard <showard@592f7852-d20e-0410-864c-8624ca9c26a4> | 2008-07-24 16:33:35 +0000 |
commit | 1f2784455103e9f8d30ba217126ab8d76d014209 (patch) | |
tree | 9896ba8b7da5a0c91715c02a6faea07b744cbf2a /tko/retrieve_logs.cgi | |
parent | 24e22618ce56d6314e3b74fa5c789cd6dc2e38a3 (diff) |
Fix retrieve_logs.cgi to actually return a 302 (temporarily moved)
status code, so that URLs won't get broken.
Signed-off-by: Steve Howard <showard@google.com>
git-svn-id: svn://test.kernel.org/autotest/trunk@1894 592f7852-d20e-0410-864c-8624ca9c26a4
Diffstat (limited to 'tko/retrieve_logs.cgi')
-rwxr-xr-x | tko/retrieve_logs.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tko/retrieve_logs.cgi b/tko/retrieve_logs.cgi index 6792d69b..59723a9f 100755 --- a/tko/retrieve_logs.cgi +++ b/tko/retrieve_logs.cgi @@ -3,6 +3,7 @@ import cgi, os, sys page = """\ +Status: 302 Found Content-Type: text/plain Location: %s\r\n\r """ |