Tadashi Okoshi
slash****@users*****
2005年 6月 28日 (火) 20:51:34 JST
Index: affelio/admin.cgi diff -u affelio/admin.cgi:1.14 affelio/admin.cgi:1.15 --- affelio/admin.cgi:1.14 Tue Jun 28 16:44:52 2005 +++ affelio/admin.cgi Tue Jun 28 20:51:33 2005 @@ -6,7 +6,7 @@ # http://affelio.jp/ (Japan) # http://affelio.jp/ (USA and other area) # -# $Id: admin.cgi,v 1.14 2005/06/28 07:44:52 slash5234 Exp $ +# $Id: admin.cgi,v 1.15 2005/06/28 11:51:33 slash5234 Exp $ use strict; @@ -523,6 +523,18 @@ "$af->{site__template}/owner_side/admin_top.tmpl"; +}elsif($admin_mode eq "send_handshake"){ + + debug_print("admin.cgi: mode=[send_handshake]"); + ####################### + #Send handshake + ####################### + use Affelio::App::Admin::SendHandshake; + Affelio::App::Admin::SendHandshake::send($af, $q, \%output_data); + + $TMPL_FILE = "$af->{site__fs_root}/templates/" . + "$af->{site__template}/owner_side/handshake_sent.tmpl"; + }elsif($admin_mode eq "post_mystatus"){ debug_print("admin.cgi: mode=[post_mystatus]");