Skip to content

Commit

Permalink
make login form
Browse files Browse the repository at this point in the history
  • Loading branch information
RoshaniSilwathge committed Nov 26, 2018
1 parent 40a17ae commit 29a6f4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dentalClinic/application/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
| a PHP script and you can easily do that on your own.
|
*/
$config['base_url'] = 'http://localhost:8081/dental-clinic-management-system/dentalClinic/';
$config['base_url'] = 'http://localhost/dental-clinic-management-system/dentalClinic/';

/*
|--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion dentalClinic/application/controllers/Welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ class Welcome extends CI_Controller {
*/
public function index()
{
$this->load->view('welcome_message');
$this->load->view('home');
}
}

0 comments on commit 29a6f4c

Please sign in to comment.