Backend Service
This commit is contained in:
@@ -23,6 +23,10 @@ class Login extends Web_Controller {
|
|||||||
$loginResult = false; // reset again for real login
|
$loginResult = false; // reset again for real login
|
||||||
$loginResult = $this->loginUser($data, $outData);
|
$loginResult = $this->loginUser($data, $outData);
|
||||||
if (true == $loginResult) {
|
if (true == $loginResult) {
|
||||||
|
$out = array();
|
||||||
|
$this->load->model('patient_model');
|
||||||
|
$out = $this->patient_model->getPatientList();
|
||||||
|
$data["patient_list"] = $out["patient_list"];
|
||||||
$this->renderProviderSecurePage('dash', $data);
|
$this->renderProviderSecurePage('dash', $data);
|
||||||
}
|
}
|
||||||
}// if valid input was supplied
|
}// if valid input was supplied
|
||||||
|
|||||||
Reference in New Issue
Block a user