fix
This commit is contained in:
@@ -33,7 +33,7 @@ class Welcome extends Bko_Controller {
|
||||
//var_dump($out);
|
||||
if ($ret == PHP_API_OK) {
|
||||
$this->buildUserSession($ret, $out);
|
||||
redirect('dash');
|
||||
redirect('start');
|
||||
} else {
|
||||
$data['action_message'] = $this->formatedMesage('ERROR', 'Invalid Username/Password');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user