Welcome Guest, Not a member yet? Register   Sign In
Login check, stop requested operation if not logged in
#2

[eluser]Pascal Kriete[/eluser]
A redirect is the best choice here. If you're not loading any other views, you could do this:
Code:
echo $this->load->view('login', array(), TRUE);
exit;


Messages In This Thread
Login check, stop requested operation if not logged in - by El Forum - 07-11-2008, 08:56 AM
Login check, stop requested operation if not logged in - by El Forum - 07-11-2008, 09:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB