init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -20,7 +20,7 @@ class Welcome extends CI_Controller { | ... | @@ -20,7 +20,7 @@ class Welcome extends CI_Controller { |
| 20 | */ | 20 | */ |
| 21 | public function index() | 21 | public function index() |
| 22 | { | 22 | { |
| 23 | $this->load->view('welcome/index'); | 23 | $this->load->view('welcome/work'); |
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | public function work() | 26 | public function work() | ... | ... |
-
Please register or sign in to post a comment