Commit 48c06530 authored by Jorgen's avatar Jorgen

Fix error with wrong redirection on failture auth

parent 4982e4a1
...@@ -19,8 +19,8 @@ class Authorization extends CI_Controller { ...@@ -19,8 +19,8 @@ class Authorization extends CI_Controller {
function __construct() { function __construct() {
parent::__construct(); parent::__construct();
$this->data['auth_url'] = "authorization/check"; $this->data['auth_url'] = site_url("/authorization/check");
$this->view_name = 'authorization/index'; $this->view_name = '/authorization/index';
$this->load->model('userHelper'); $this->load->model('userHelper');
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment