Update join.blade.php
This commit is contained in:
parent
84b8f9a20f
commit
77af8b94d2
|
|
@ -13,8 +13,7 @@ if (Auth::check()) {
|
||||||
$id = addslashes(Auth::id());
|
$id = addslashes(Auth::id());
|
||||||
} else {
|
} else {
|
||||||
$randName = mt_rand(1, 9999);
|
$randName = mt_rand(1, 9999);
|
||||||
$username = "Thomas";
|
$username = "Guest " . $randName;
|
||||||
//$username = "Guest " . $randName;
|
|
||||||
$id = mt_rand(9999, 999999);
|
$id = mt_rand(9999, 999999);
|
||||||
}
|
}
|
||||||
$ip = addslashes($_GET["ip"]);
|
$ip = addslashes($_GET["ip"]);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue