Welcome Guest, Not a member yet? Register   Sign In
routing issue
#1

I am using routes to on my login, register and reset password and every time I try the code below
Code:
$route['login']['POST'] = 'auth/login_validation';
I get this
Screenshot of error coming up
It is leaving me scratching my head.
Reply
#2

You've got a $route['login'] declaration, which is incompatible with this.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB