View Single Post
  #2  
Old 09-09-2003, 10:27 AM
 
pipercub pipercub is offline
 

Advanced Member
  
Join Date: Oct 2002
Posts: 82
 

Default Solution

I found the solution to my question and I thought I'd post it here in case anyone else ever has the same problem/question.

In include/func.php, do a search for "Error handeling". Replace the old 'func_header_location' with:

Code:
func_header_location("home.php");

I'm sure by now, it's obvious that you can redirect to anywhere you like.

Piper
Reply With Quote