Friday, October 2, 2009

jct - redirect after submission fix

OK, found submit.php with all of the main non-template driven submission actions.

In the third step, I changed the redirect location from

header("Location: " . getmyurl('upcoming'));
to

header("Location: " .getmyurl('index'));


Which seems to be working fine now. Or at least it's taking me to the error home page, so I'm pretty sure it is...

No comments:

Post a Comment