diff options
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']); |