kukkubukku/utils/headers.sh

6 lines
66 B
Bash
Raw Normal View History

#!/bin/bash
htmlContent() {
header "Content-Type" "text/html"
}