Edit the redirect's for faster handling
Posted: Sat Jan 26, 2008 1:07 pm
The posting.php, around line 1014:
...could be like this instead:
The X is an for me unknown integer as I think I messed with it prior to posting this thread. A mass editing of all the meta_refresh(NUM, $redirect_url) to a NUM value of 0 or 1 could aswell be in order.
just ideas.
Code: Select all
meta_refresh(X, $redirect_url);Code: Select all
redirect($redirect_url);just ideas.