Welcome Guest, Not a member yet? Register   Sign In
Ion Auth - Lightweight Auth System based on Redux Auth 2

[eluser]Ben Edmunds[/eluser]
dhaulagiri,

This code should be fine, notice the small changes I made:


Code:
function __construct()
{
parent::Controller();
$this->load->library('ion_auth');
if(!this->ion_auth->logged_in()) redirect('auth/login');


Messages In This Thread
Ion Auth - Lightweight Auth System based on Redux Auth 2 - by El Forum - 06-02-2010, 10:49 PM



Theme © iAndrew 2016 - Forum software by © MyBB