Changeset 13740 in hybrid for branches/releng-11/nanobsd/files
- Timestamp:
- Jan 18, 2017, 11:23:50 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-11/nanobsd/files/usr/local/bin/http302
r13056 r13740 8 8 echo -e "HTTP/1.1 302 OK\r" 9 9 echo -e "Location: $URL\r" 10 echo -e "Content-Type: text/html\r" 11 echo -e "Cache-Control: no-cache, no-store, must-revalidate\r" 12 echo -e "Pragma: no-cache\r" 13 echo -e "Expires: 0\r" 10 14 echo -e "\r" 11 15
Note:
See TracChangeset
for help on using the changeset viewer.