A lot of changes (that shouldn't, hopefully be breaking)

This commit is contained in:
2026-01-02 20:56:24 -07:00
parent b2c28e229d
commit 8e6a9ef156
30 changed files with 248 additions and 287 deletions

View File

@@ -3,10 +3,6 @@ function setPlainHeader() {
header("Content-Type: text/plain");
}
function setJsonHeader() {
header("Content-Type: application/json");
}
function getIPAddress() {
return $_SERVER['REMOTE_ADDR'];
}