View Single Post
  #6  
Old 08-20-2006, 09:56 AM
 
neroag neroag is offline
 

Senior Member
  
Join Date: May 2005
Location: UK
Posts: 171
 

Default

If you look at /include/login.php

look for
Code:
# Insert entry into login_history
just below the line
Code:
$login_redirect = 1;

add
Code:
func_header_location($redirect_to."/mynewlogoutpage.php");

just change the mynewlogoutpage.php to whatever page you want to redirect too.

hope that helps
__________________
X-cart Gold - 4.0.18 - 4.1.9 - 4.1.10 - 4.3.0
Reply With Quote