mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update pma.php
Some checks failed
Build and Push Apache MariaDB Docker Image / build-and-push-apache (push) Has been cancelled
Some checks failed
Build and Push Apache MariaDB Docker Image / build-and-push-apache (push) Has been cancelled
This commit is contained in:
parent
3593ef760a
commit
adc8350f09
@ -26,6 +26,6 @@ if ($providedToken === $fileToken) {
|
||||
header("Location: ./index.php?$query_params_str");
|
||||
} else {
|
||||
// Handle invalid token (e.g., show an error message)
|
||||
echo "Invalid token: $fileToken";
|
||||
echo "Invalid token: $providedToken";
|
||||
}
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user