Example #1
0
function redirect($location, $with = [], $after = 0)
{
    Response::redirectTo($location, $with, $after);
}