Removed unused 404 handler
This commit is contained in:
parent
30a865deea
commit
2d8c9989ae
@ -1,11 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
body="<html>\n"
|
||||
body+="<head><title>Not found</title></head>\n"
|
||||
body+="<body>The requested resource $2 was not found</body>\n"
|
||||
body+="</html>\n"
|
||||
|
||||
cat <<EOF
|
||||
$($BASHSERV_DIR/header.sh -t "text/html" -l $(echo -ne "$body" | wc -c) 404)
|
||||
$(echo -ne $body)
|
||||
EOF
|
Loading…
Reference in New Issue
Block a user