diff options
Diffstat (limited to 'backend/index.php')
-rw-r--r-- | backend/index.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/backend/index.php b/backend/index.php index 2aba190..dc97812 100644 --- a/backend/index.php +++ b/backend/index.php @@ -1,4 +1,10 @@ <?php +/* hitler-clicker + * api for setting up database and returning total team clicks + * © 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 { |