예제 #1
0
파일: php.php 프로젝트: xpd1437/swap
 public static function redirect_to_url($url)
 {
     visitor::redirect_to_url($url);
     throw new action_return();
 }