add tailadmin
This commit is contained in:
@@ -35,7 +35,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
|
||||
setcookie("device_id", $device_id, time() + 3600, "/");
|
||||
setcookie("username", $user, time() + 3600, "/");
|
||||
|
||||
header("Location: /admin");
|
||||
header("Location: /panel");
|
||||
exit;
|
||||
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user