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