Commit d7a05133 by Tobin

Update Dashboard.php

parent ffdade0f
......@@ -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