Page 3 of 3

Re: ACP redirection

Posted: 22 Apr 2010, 21:53
by denisesballs
Ah ok, never used that before. Wouldn't think to unless something was broke. Did you turn it on just to make sure or did something make you look?

Re: ACP redirection

Posted: 22 Apr 2010, 22:14
by Steve
Debug was on and always is on ;)
Lets not go so off topic on this.But yes like i explained the meta refresh did not have any time set.

Re: ACP redirection

Posted: 20 Jun 2010, 13:11
by Anthies
cisco007 » 21 Apr 2010, 20:41 wrote:yeah, this is just about the first thing i add to a new board!
Well said, mate!

Re: ACP redirect

Posted: 22 Jun 2010, 22:40
by billoo
what if i make after it

Code: Select all

$redirect = meta_refresh(3, $redirect);
			trigger_error($message . '<br /><br />' . sprintf($l_redirect, '<a href="' . $redirect . '">', '</a>'));

to

Code: Select all

$redirect = meta_refresh( $redirect);
			trigger_error($message . '<br /><br />' . sprintf($l_redirect, '<a href="' . $redirect . '">', '</a>'));
all redirects will be fast then???

Re: ACP redirect

Posted: 22 Jun 2010, 23:35
by cisco007
once again billoo are you just posting on here to post? please read the entire topic someone already asked this and we discussed it!

Re: ACP redirect

Posted: 23 Jun 2010, 13:06
by billoo
i didnt understand that thats y i asked it again