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