mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update pma.php
This commit is contained in:
parent
47e62fcae0
commit
024c401ba6
@ -26,6 +26,6 @@ if ($providedToken === $fileToken) {
|
|||||||
header("Location: ./index.php?$query_params_str");
|
header("Location: ./index.php?$query_params_str");
|
||||||
} else {
|
} else {
|
||||||
// Handle invalid token (e.g., show an error message)
|
// Handle invalid token (e.g., show an error message)
|
||||||
echo 'Invalid token: $providedToken';
|
echo "Invalid token: $fileToken";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user