Code: Select all
$this->RedirectForFrontEnd($id, $returnid, $action);
Code: Select all
$this->Redirect($id, $action, $returnid);
Am I missing something or am I gonna have to use header() or some other method?
Code: Select all
$this->RedirectForFrontEnd($id, $returnid, $action);
Code: Select all
$this->Redirect($id, $action, $returnid);