.
require_once("../inc/util.inc");
$st = get_str("st", true);
page_head("PayPal - Transaction Completed");
if ($st == "Completed") {
echo "
Thank you for donating!
\n";
echo "Your donation for has been completed.
\n";
echo "Your donation will be added to the progress bar after confirmation by PayPal.
";
} else {
echo "You have canceled your donation";
}
page_tail();
?>