A lot of changes (that shouldn't, hopefully be breaking)
This commit is contained in:
@@ -3,10 +3,6 @@ function setPlainHeader() {
|
||||
header("Content-Type: text/plain");
|
||||
}
|
||||
|
||||
function setJsonHeader() {
|
||||
header("Content-Type: application/json");
|
||||
}
|
||||
|
||||
function getIPAddress() {
|
||||
return $_SERVER['REMOTE_ADDR'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user