File "payment-cancelled.php"
Full Path: /home/sasslijg/public_html/Paypal/payment-cancelled.php
File size: 150 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
if(!isset($_SESSION))
{
session_start();
}
session_destroy();
header('location:../payment_failed.php');
?>