Tadashi Okoshi
slash****@users*****
2005年 6月 21日 (火) 18:01:49 JST
Index: affelio/bin/send_handshake.cgi diff -u affelio/bin/send_handshake.cgi:1.1.1.1 affelio/bin/send_handshake.cgi:1.2 --- affelio/bin/send_handshake.cgi:1.1.1.1 Tue Jun 14 12:53:29 2005 +++ affelio/bin/send_handshake.cgi Tue Jun 21 18:01:48 2005 @@ -6,7 +6,7 @@ # http://affelio.jp/ (Japan) # http://affelio.jp/ (USA and other area) # -# $Id: send_handshake.cgi,v 1.1.1.1 2005/06/14 03:53:29 slash5234 Exp $ +# $Id: send_handshake.cgi,v 1.2 2005/06/21 09:01:48 slash5234 Exp $ use strict; use lib("../extlib"); @@ -75,7 +75,8 @@ ###################### #Distill valid URL ###################### -$target_url = distill_URL($target_url); +my $wi = new Affelio::misc::WebInput; +$target_url = $wi->PTN_URL($target_url); if($target_url eq ""){ error($q,"Target URL is invalid!!"); }