Welcome Guest, Not a member yet? Register   Sign In
redirect doesn't work for Opera browser
#1

[eluser]bigbusty[/eluser]
Code:
else
{
    // redirect to home/login
    redirect('home/login');
    return null;
}

This works in every browser but not in opera? I cant find any solution : - (.
#2

[eluser]boltsabre[/eluser]
Not sure, try removing the return null, you don't need it as the redirect exits the script anyway. Let us know if it works.




Theme © iAndrew 2016 - Forum software by © MyBB