Fix pages
This commit is contained in:
@@ -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