summaryrefslogtreecommitdiffstats
path: root/endpoint.php
diff options
context:
space:
mode:
Diffstat (limited to 'endpoint.php')
-rw-r--r--endpoint.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/endpoint.php b/endpoint.php
index 7bfe495..d55a917 100644
--- a/endpoint.php
+++ b/endpoint.php
@@ -6,5 +6,5 @@
$g = new gimsisextClient();
$g->setusername($_REQUEST['u']);
$g->setpassword($_REQUEST['p']);
- echo json_encode($g->{$_REQUEST['m']}($_REQUEST['a'], $_REQUEST['b'], $_REQUEST['c'], $_REQUEST['d'], $_REQUEST['e']));
+ echo json_encode($g->{$_REQUEST['m']}($_REQUEST['a'], $_REQUEST['b'], $_REQUEST['c'], $_REQUEST['d'], $_REQUEST['e'], $_REQUEST["f"], $_REQUEST["g"]));
?>