diff options
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/functions.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions.php b/includes/functions.php index b5208e6..0118807 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -8,7 +8,7 @@ function respondAndExit(int $responseCode, string $header, array $headers = []):          header($header);      } -    header('Content-type: text/plain; charset=UTF-8'); +    header('Content-Type: text/plain; charset=UTF-8');      exit();  }  | 
