Page 1 of 1

Edit the redirect's for faster handling

Posted: Sat Jan 26, 2008 1:07 pm
by JAM
The posting.php, around line 1014:

Code: Select all

meta_refresh(X, $redirect_url);
...could be like this instead:

Code: Select all

redirect($redirect_url);
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. :mrgreen:

Re: Edit the redirect's for faster handling

Posted: Sun Jan 27, 2008 12:48 am
by s.dot
You could always click the links if you don't like waiting. :P That's what I do.

Re: Edit the redirect's for faster handling

Posted: Sun Jan 27, 2008 5:28 am
by JAM
scottayy wrote:You could always click the links if you don't like waiting. :P That's what I do.
Yah, or use greasemonkey, but... :lol:

Re: Edit the redirect's for faster handling

Posted: Tue Jan 29, 2008 3:33 am
by shiznatix
i second this!

Re: Edit the redirect's for faster handling

Posted: Tue Jan 29, 2008 3:40 am
by Kieran Huggins
me 3!