Update join.blade.php

This commit is contained in:
Thomas G 2022-07-20 17:44:57 +10:00
parent 3ffc33faaa
commit 323ad505af
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ if (Auth::check()) {
$id = addslashes(Auth::id());
} else {
$randName = mt_rand(1, 9999);
$username = "TEESTTTTTTTTTTTTT";
$id = 119;
$username = "ARCHBLOXUser " . $randName;
$id = $randName;
}
$ip = addslashes($_GET["ip"]);
$port = addslashes($_GET["port"]);