One line 278 I see this:
Code:
if ($mode == "logout") {
x_session_register("payment_cc_fields");
$payment_cc_fields = array();
and on line 314 I see this:
Code:
func_header_location($redirect_to."/home.php");
but I am not sure how this is working together...
Any ideas...
Thanks