http.sh/src/response/403.sh

5 lines
128 B
Bash
Raw Normal View History

2020-05-23 22:13:11 +02:00
printf "HTTP/1.0 403 Forbidden
${cfg[extra_headers]}\r\n\r\n"
source templates/head.sh
echo "<h1>403: You've been naughty</h1>"