diff --git a/import b/import index 1950c7a..27e5fe6 100755 --- a/import +++ b/import @@ -26,11 +26,11 @@ read_query_string if [[ $REQUEST_METHOD == POST ]] then -# refresh: 0,url=/cgi/$webuser/?start=${POST["start"]}&end=${POST["end"]} cat <<-EOHead Content-type: text/plain Last-Modified: $(LC_ALL=C TZ=GMT date +'%a, %d %b %Y %X %Z') Expires: $(LC_ALL=C TZ=GMT date +'%a, %d %b %Y %X %Z') + refresh: 0,url=/cgi/$webuser/?start=${POST["start"]}&end=${POST["end"]} EOHead if [[ $webuser == $AUTH_USER || $webuser == dev ]]