Clean up
This commit is contained in:
@@ -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