add tailadmin

This commit is contained in:
marc-go
2026-02-17 19:52:14 +01:00
parent c82f80fe74
commit 75899064c5
5 changed files with 18 additions and 3 deletions

View File

@@ -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{