Update add_client.php
This commit is contained in:
@@ -69,7 +69,7 @@ include "../../../config.php";
|
|||||||
|
|
||||||
// Convert the random bytes to hexadecimal
|
// Convert the random bytes to hexadecimal
|
||||||
$machineid = bin2hex($random_bytes);
|
$machineid = bin2hex($random_bytes);
|
||||||
if(!isset($_POST["ip"]))
|
if($_POST["ip"]=="")
|
||||||
$ip="nan";
|
$ip="nan";
|
||||||
$location=htmlspecialchars($_POST["location"]);
|
$location=htmlspecialchars($_POST["location"]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user