aboutsummaryrefslogtreecommitdiff
path: root/backend/index.php
diff options
context:
space:
mode:
authorhitlerrip <git@hitler.rip>2025-07-29 21:09:33 +0200
committerhitlerrip <git@hitler.rip>2025-07-29 21:09:33 +0200
commitcf81ced021761f14056808a99d5081bff9f3036c (patch)
treee02b5377a8545a11dab2556ba9feac234b2ebdd7 /backend/index.php
parentd4b297598e2ffe6890ef4890cba884f875a25c63 (diff)
downloadhitler-clicker-cf81ced021761f14056808a99d5081bff9f3036c.tar.gz
hitler-clicker-cf81ced021761f14056808a99d5081bff9f3036c.tar.bz2
hitler-clicker-cf81ced021761f14056808a99d5081bff9f3036c.zip
license
added license notices and a copy of the license
Diffstat (limited to 'backend/index.php')
-rw-r--r--backend/index.php6
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 {