Update pma.php

This commit is contained in:
Stefan Pejcic
2024-07-02 18:13:10 +02:00
committed by GitHub
parent 47e62fcae0
commit 024c401ba6

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: $providedToken';
echo "Invalid token: $fileToken";
}
?>