0byt3m1n1
Path:
/
data
/
17
/
1
/
18
/
11
/
1670011
/
user
/
1801231
/
htdocs
/
pages
/
[
Home
]
File: checkout_unsuccess.php
<? session_start(); $_SESSION['order_success']="You have not paid for the order "; //$_SESSION['temp_session']=$temptable; //$_SESSION['flag']=$flag; if($_SESSION['login']=="true") { ?> <SCRIPT language="JavaScript"> window.location="index.php?cmd=myaccount&&page=order_history"; </SCRIPT> <? } else { $_SESSION['bgcol']="#FFE1E1"; ?> <SCRIPT language="JavaScript"> window.location="index.php?page=checkout_step2&&p_option=paypal&&ret=paypal"; </SCRIPT> <? } //header('location:index.php?cmd=myaccount&&page=order_history'); ?>