ACP redirect

Guides & Snippets for phpBB3. Try the Snippets here and share Your own Snippets
There is no support here! Only Read Access!
denisesballs
BBCoder II
BBCoder II
Posts: 9
Joined: 22 Apr 2010, 15:40

Re: ACP redirection

Post 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?
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

Re: ACP redirection

Post 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.
NAPWR wrote: Nice, Stoker is Hot
User avatar
Anthies
BBCoder II
BBCoder II
Posts: 10
Joined: 20 Mar 2010, 12:41
Location: Finland
Contact:

Re: ACP redirection

Post 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!
User avatar
billoo
BBCoder II
BBCoder II
Posts: 24
Joined: 15 May 2010, 22:46

Re: ACP redirect

Post 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???
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: ACP redirect

Post 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!
User avatar
billoo
BBCoder II
BBCoder II
Posts: 24
Joined: 15 May 2010, 22:46

Re: ACP redirect

Post by billoo »

i didnt understand that thats y i asked it again
Locked