summaryrefslogtreecommitdiffstats
path: root/endpoint.php
diff options
context:
space:
mode:
Diffstat (limited to 'endpoint.php')
-rw-r--r--endpoint.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/endpoint.php b/endpoint.php
index a58eeb5..7bfe495 100644
--- a/endpoint.php
+++ b/endpoint.php
@@ -1,6 +1,7 @@
<?php
error_reporting(0);
header("Content-Type: application/json");
+ header("Access-Control-Allow-Origin: *");
require "main.php";
$g = new gimsisextClient();
$g->setusername($_REQUEST['u']);