Example #1
0
 /**
  * Редирект на заданный URL
  * $permanent - постоянный или временный редирект
  *
  * @throws Exception
  */
 public static function Redirect($url, $permanent = false)
 {
     Exception::Redirect($url, $permanent);
 }