Better structure

This commit is contained in:
Kilian Kurt Hofmann
2024-04-26 11:54:36 +02:00
parent 8b41f907e2
commit 09ad98ba14
6 changed files with 62 additions and 20 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
class Headers
{
static function json()
{
header("Content-Type: text/json");
}
}