Page 1 of 1

Instant Login Redirect

Posted: 26 Jul 2011, 20:16
by Stoker
Instant Login Redirect
Written by eviL<3

Skip the login confirmation screen and let your users login faster.

Open: includes/functions.php
Find:

Code: Select all

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

Code: Select all

redirect($redirect);

Instant Login Redirect

Posted: 08 Nov 2011, 23:52
by martin123456
Wonder's why there is no thankyou post for such a simple but good snippet.

Instant Login Redirect

Posted: 20 Mar 2013, 23:54
by Rhyno
Hmm just applied this works great :)