Example #1
0
 protected function redirect($url)
 {
     ob_end_clean();
     header('location:' . Url::gen($url));
     exit;
 }