Exemplo n.º 1
0
Arquivo: php.php Projeto: xpd1437/swap
 public static function redirect_to_url($url)
 {
     visitor::redirect_to_url($url);
     throw new action_return();
 }