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>'));
Code: Select all
redirect($redirect);