Commit e921df33 by Jansa Jose

Merge branch 'jansa'

parents a358930c c3b1e6e9
...@@ -21,6 +21,6 @@ class Welcome extends CI_Controller { ...@@ -21,6 +21,6 @@ class Welcome extends CI_Controller {
public function index() public function index()
{ {
phpinfo(); phpinfo();
$this->load->view('welcome_message'); //$this->load->view('welcome_message');
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment