File "payment-cancelled-20250916131213.php"

Full Path: /home/sasslijg/public_html/Paypal/payment-cancelled-20250916131213.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');
?>