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