diff options
author | Anton Luka Šijanec <sijanecantonluka@gmail.com> | 2020-02-10 17:15:57 +0100 |
---|---|---|
committer | Anton Luka Šijanec <sijanecantonluka@gmail.com> | 2020-02-10 17:15:57 +0100 |
commit | 914113d376d378213dd52ff563f59757f44bb4ca (patch) | |
tree | 4fe3fa7acc4be5e6b53f4aa8393cd34909435079 /endpoint.php | |
parent | moje debug stvari hehe (diff) | |
download | gimsisextclient-914113d376d378213dd52ff563f59757f44bb4ca.tar gimsisextclient-914113d376d378213dd52ff563f59757f44bb4ca.tar.gz gimsisextclient-914113d376d378213dd52ff563f59757f44bb4ca.tar.bz2 gimsisextclient-914113d376d378213dd52ff563f59757f44bb4ca.tar.lz gimsisextclient-914113d376d378213dd52ff563f59757f44bb4ca.tar.xz gimsisextclient-914113d376d378213dd52ff563f59757f44bb4ca.tar.zst gimsisextclient-914113d376d378213dd52ff563f59757f44bb4ca.zip |
Diffstat (limited to '')
-rw-r--r-- | endpoint.php | 2 |
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"])); ?> |