Update pma.php
Some checks failed
Build and Push Apache MariaDB Docker Image / build-and-push-apache (push) Has been cancelled

This commit is contained in:
Stefan Pejcic 2025-06-03 19:46:51 +02:00 committed by GitHub
parent 3593ef760a
commit adc8350f09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";
}
?>