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 40d3e13 commit 8c53a48Copy full SHA for 8c53a48
pages/PAGE-qrcode.php
@@ -16,6 +16,7 @@
16
case "user":
17
$_CORE->load("QRIN");
18
$qr = $_CORE->QRIN->add($_POST["id"]);
19
+ if ($qr===false) { exit("Invalid user"); }
20
break;
21
}
22
0 commit comments