View Single Post
  #20  
Old 02-24-2007, 11:44 AM
  Ene's Avatar 
Ene Ene is offline
 

X-Cart team
  
Join Date: Aug 2004
Posts: 907
 

Default Re: Make logout confirmation page? How to?

BTW you don't need to add exit(); after func_header_location(), because this function already has it:

PHP Code:
function func_header_location($location$keep_https true) {
    global 
$XCART_SESSION_NAME$XCARTSESSID$HTTP_COOKIE_VARS;

...

    
func_flush();
    exit();

__________________
Eugene Kaznacheev,
Evangelist/Product Manager at Ecwid: http://www.ecwid.com/ (since Sept 2009)

ex-Head of X-Cart Tech Support Department
ex- X-Cart Hosting Manager - X-Cart hosting
ex-X-Cart Technical Support Engineer


Note: For the official guaranteed tech support services please turn to the Customers HelpDesk.
Reply With Quote