[*] All : new method Controller::redirect and property $controller->redirect_after
// and added postprocess return value
This commit is contained in:
@@ -390,6 +390,11 @@ class FrontControllerCore extends Controller
|
||||
{
|
||||
}
|
||||
|
||||
public function redirect()
|
||||
{
|
||||
Tools::redirectLink($this->redirect_after);
|
||||
}
|
||||
|
||||
public function display()
|
||||
{
|
||||
Tools::safePostVars();
|
||||
|
||||
Reference in New Issue
Block a user