diff options
Diffstat (limited to 'backend/join.php')
-rw-r--r-- | backend/join.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/backend/join.php b/backend/join.php index 4a8c455..a2a106a 100644 --- a/backend/join.php +++ b/backend/join.php @@ -1,4 +1,10 @@ <?php +/* hitler-clicker + * api for user creation + * © 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 { |