System: Windows NT WINDOWS18 10.0 build 17763 (Windows Server 2016) AMD64 | User: IWPD_3544(appclien)

Path: D:\Inetpub\vhosts\appclients.in\fruits-vegitables.nmvm.org

[Back to List]
<?php // clear cart
	session_start();
	unset($_SESSION['cart']);
    if(isset($_SESSION['user_id']) && !empty($_SESSION['user_id'])){
	 header("Location:https://rkoyal.com/myorder.php");
	}else{
	 header("Location:https://rkoyal.com/");	
	}
	exit();
?>