diff options
Diffstat (limited to 'backend/auth.php')
-rw-r--r-- | backend/auth.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/backend/auth.php b/backend/auth.php index 36ddc86..497583f 100644 --- a/backend/auth.php +++ b/backend/auth.php @@ -1,4 +1,10 @@ <?php +/* hitler-clicker + * api for authentification + * © 2025 hitler.rip <git@hitler.rip> + * licensed under AGPLv3-or-later; see LICENSE.md for more information + */ + header('Content-Type: application/json; charset=UTF-8'); try { |