Redirect after import
This commit is contained in:
parent
a7b970f39b
commit
6b0a4b570d
2
import
2
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 ]]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user