4 lines
60 B
Plaintext
4 lines
60 B
Plaintext
|
#!/bin/sh
|
||
|
echo Location: http://$HTTP_HOST$REQUEST_URI
|
||
|
echo
|