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