Clean up
This commit is contained in:
@@ -6,7 +6,11 @@ class Dash extends BaseController
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
return view('view_dash');
|
||||
return view('bko/dash');
|
||||
}
|
||||
|
||||
public function contacts(){
|
||||
return view('bko/contacts');
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -11,6 +11,10 @@ class Home extends BaseController
|
||||
|
||||
public function startlogin()
|
||||
{
|
||||
return view('welcome_message');
|
||||
/*Load the URL helper*/
|
||||
$this->load->helper('url');
|
||||
// return view('welcome_message');
|
||||
/*Redirect the user to some internal controller’s method*/
|
||||
redirect('dash');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user