kukkubukku/utils/headers.sh

5 lines
66 B
Bash

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