View Single Post
  #2  
Old 06-20-2011, 10:09 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Need help with code - login redirect or pop-up on page load

Redirection to home page is done in include/login.php in few placed depending on how/from where you are loggin in

Look for
func_header_location('home.php');
or
func_header_location($redirect_url);
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote