KohanaPHP redirection loop
- by sorrko
Hello,
I got problem. I'm builing an app with KohanaPHP framework and I got rediretion endless loop.
Here's the code I put in constructor oh my main controller:
if(empty($this->user->real_name)) {
url::redirect('/');
}
Any ideas how to solve that issue?