예제 #1
0
 public static function redirectToHttps()
 {
     self::redirectTo(M::HTTPS_ROOT() . Request::path());
 }