This commit is contained in:
2023-01-21 20:58:14 -05:00
parent b3e5d5c37c
commit e880b389be
9 changed files with 15766 additions and 140 deletions
+5 -1
View File
@@ -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 controllers method*/
redirect('dash');
}
}