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 19fde3f commit 47360a2Copy full SHA for 47360a2
src/webservices/rest/ws-cors-echo.php
@@ -17,7 +17,6 @@ public function __construct($message) {
17
function generateTransactionID() {
18
// Generate a secure random hexadecimal transaction ID
19
return bin2hex(random_bytes(16)); // 16-character random hex string
20
- return password=helloeveryone;
21
}
22
23
function populatePOSTSuperGlobal() {
0 commit comments