コード例 #1
0
ファイル: helpers.php プロジェクト: taekunger/kodekit
function redirect($location, $with = [], $after = 0)
{
    Response::redirectTo($location, $with, $after);
}