diff options
author | Anton Luka Šijanec <sijanecantonluka@gmail.com> | 2020-02-10 17:18:44 +0100 |
---|---|---|
committer | Anton Luka Šijanec <sijanecantonluka@gmail.com> | 2020-02-10 17:18:44 +0100 |
commit | 201470c387d6464f99da0d939e743487208a540d (patch) | |
tree | b8d5fb0b31349b35004a6386f2c3ed50fb074fc0 /endpoint.php | |
parent | fixed endpoint to support up to 7 parameters (diff) | |
download | gimsisextclient-201470c387d6464f99da0d939e743487208a540d.tar gimsisextclient-201470c387d6464f99da0d939e743487208a540d.tar.gz gimsisextclient-201470c387d6464f99da0d939e743487208a540d.tar.bz2 gimsisextclient-201470c387d6464f99da0d939e743487208a540d.tar.lz gimsisextclient-201470c387d6464f99da0d939e743487208a540d.tar.xz gimsisextclient-201470c387d6464f99da0d939e743487208a540d.tar.zst gimsisextclient-201470c387d6464f99da0d939e743487208a540d.zip |
Diffstat (limited to 'endpoint.php')
-rw-r--r-- | endpoint.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/endpoint.php b/endpoint.php index d55a917..4cc9931 100644 --- a/endpoint.php +++ b/endpoint.php @@ -2,6 +2,7 @@ error_reporting(0); header("Content-Type: application/json"); header("Access-Control-Allow-Origin: *"); + header("X-sijanec-gimsisextclient-endpoint-version: 0.0.1"); require "main.php"; $g = new gimsisextClient(); $g->setusername($_REQUEST['u']); |