Commit d4a5f42d by Tobin

Merge branch 'master' of https://gitlab.techware.co.in/tobin/timeOut into tobin

parents f19fa535 d7a05133
......@@ -11,6 +11,7 @@ class Dashboard extends CI_Controller {
if(!$this->session->userdata('logged_in')) {
redirect(base_url('Login'));
}
redirect(base_url('Event/listEvents'));
}
public function index() {
......
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