fix
This commit is contained in:
@@ -7,7 +7,8 @@ class Appstart extends Web_Controller {
|
|||||||
public function index() {
|
public function index() {
|
||||||
$data = array();
|
$data = array();
|
||||||
// $this->renderExternalPage('welcome_message', $data);
|
// $this->renderExternalPage('welcome_message', $data);
|
||||||
echo "SERVER END";
|
//echo "SERVER END";
|
||||||
|
$this->load->view('appstart/appstart');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user