This commit is contained in:
2019-08-28 16:29:29 -04:00
parent 52fb177f65
commit 230d9296b2
4 changed files with 8 additions and 18 deletions
+2 -1
View File
@@ -20,6 +20,7 @@ class Startwww extends CI_Controller {
*/
public function index()
{
$this->load->view('welcome_message');
$this->load->view('home/view_login');
}
}