redirect in error-404-page fixed

validate does not create tar.gz anymore
This commit is contained in:
lars 2005-09-16 03:35:58 +00:00
parent 2780ec34b6
commit f9efbead42
2 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<head>
<title>CryptoBox</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="0;/cryptobox">
<meta http-equiv="refresh" content="0;url=/cryptobox">
<link rel="stylesheet" media="screen" href="/cryptobox.css" type="text/css" />
</head>
<body>

View File

@ -42,8 +42,6 @@ function do_series()
do do_single "$a" "$VALIDATE_REPORT_DIR/$1"
done
create_summary "$VALIDATE_REPORT_DIR/$1" >"$VALIDATE_REPORT_DIR/$1/summary.html"
tar czf "$VALIDATE_REPORT_DIR/${1}-results.tar.gz" -C "$VALIDATE_REPORT_DIR" "$1"
#echo "$VALIDATE_REPORT_DIR/${1}-results.tar.gz"
}