This commit is contained in:
Olu Amey
2021-10-11 19:37:18 -04:00
parent 38c0937884
commit 7213128d8f
3 changed files with 11 additions and 12 deletions
-2
View File
@@ -32,9 +32,7 @@ class Login extends WRB_Controller {
$res = $this->wrenchboard_api($data, $out);
$is_live = $this->backend_model->cfgReadChar("system.live");
// var_dump($out);
// exit;
// print_r($out);
if ($res == PHP_LOGIN_OK) {
$this->load->model('account_model');