We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057eb53 commit 88fb5eeCopy full SHA for 88fb5ee
webroot/panel/new_account.php
@@ -13,7 +13,6 @@
13
$pending_requests = $SQL->getRequestsByUser($USER->getUID());
14
15
if ($_SERVER["REQUEST_METHOD"] == "POST") {
16
- echo json_encode($_POST);
17
if (isset($_POST["new_user_sel"])) {
18
if (($_POST["eula"] ?? "disagree") != "agree") {
19
UnitySite::badRequest("user did not agree to EULA");
0 commit comments