From 10b1ace835d908d32f99874facf8811534087d5b Mon Sep 17 00:00:00 2001 From: Minteck Date: Mon, 6 Jun 2022 17:10:14 +0200 Subject: Initial commit --- Authentication/Username/index.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Authentication/Username/index.php (limited to 'Authentication/Username/index.php') diff --git a/Authentication/Username/index.php b/Authentication/Username/index.php new file mode 100644 index 0000000..63b4aed --- /dev/null +++ b/Authentication/Username/index.php @@ -0,0 +1,11 @@ + $_PROFILE["name"], + "id" => $_PROFILE['id'] +]; + +die(json_encode($a)); \ No newline at end of file -- cgit