Fix pages
This commit is contained in:
@@ -34,13 +34,17 @@ class Login extends BaseController {
|
||||
}
|
||||
}
|
||||
$data = array();
|
||||
return $this->renderExternalPage('welcome_message', $data);
|
||||
return $this->renderExternalPage('startlogin', $data);
|
||||
} // end of index Login
|
||||
|
||||
public function RegisterAccount(){
|
||||
$data = array();
|
||||
return $this->renderExternalPage('register', $data);
|
||||
}
|
||||
public function ResetPassword(){
|
||||
$data = array();
|
||||
return $this->renderExternalPage('resetpass', $data);
|
||||
}
|
||||
private function verifyLoginInput(&$data) {
|
||||
|
||||
$ret = false;
|
||||
|
||||
@@ -81,9 +81,11 @@ class Provider extends SecureBaseController
|
||||
}
|
||||
|
||||
public function StartProcess($productId){
|
||||
// echo $productId;
|
||||
// exit;
|
||||
return redirect()->to("product/$productId");
|
||||
|
||||
log_message('critical', "***** ***** Provider::StartProcess USER_SESSION = ".$productId );
|
||||
echo $productId;
|
||||
exit;
|
||||
// return redirect()->to("product/$productId");
|
||||
}
|
||||
|
||||
public function alerts() {
|
||||
|
||||
Reference in New Issue
Block a user