Tadashi Okoshi
slash****@users*****
2005年 12月 16日 (金) 23:41:00 JST
Index: affelio/bin/loginexec.cgi
diff -u affelio/bin/loginexec.cgi:1.11 affelio/bin/loginexec.cgi:1.12
--- affelio/bin/loginexec.cgi:1.11 Fri Dec 16 19:24:54 2005
+++ affelio/bin/loginexec.cgi Fri Dec 16 23:41:00 2005
@@ -16,7 +16,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-# $Id: loginexec.cgi,v 1.11 2005/12/16 10:24:54 slash5234 Exp $
+# $Id: loginexec.cgi,v 1.12 2005/12/16 14:41:00 slash5234 Exp $
use strict;
@@ -152,7 +152,7 @@
#Phase S1 (V2 protocol)
#(password input phase)
- show_checkpassword(mode => "back_from_friend");
+ show_checkpassword_screen(mode => "back_from_friend");
debug_print("loginexec.cgi($mode): end.");
exit(1);
@@ -213,9 +213,6 @@
-
-
-
sub show_checkpassword_screen{
my %args = @_;