Update pma.php

This commit is contained in:
Stefan Pejcic
2024-07-02 18:12:56 +02:00
committed by GitHub
parent 51f572112c
commit 47e62fcae0

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: $fileToken";
}
?>