Tadashi Okoshi
slash****@users*****
2005年 6月 28日 (火) 02:50:26 JST
Index: affelio/admin.cgi diff -u affelio/admin.cgi:1.12 affelio/admin.cgi:1.13 --- affelio/admin.cgi:1.12 Tue Jun 28 01:15:09 2005 +++ affelio/admin.cgi Tue Jun 28 02:50:26 2005 @@ -6,7 +6,7 @@ # http://affelio.jp/ (Japan) # http://affelio.jp/ (USA and other area) # -# $Id: admin.cgi,v 1.12 2005/06/27 16:15:09 slash5234 Exp $ +# $Id: admin.cgi,v 1.13 2005/06/27 17:50:26 slash5234 Exp $ use strict; @@ -68,6 +68,7 @@ $tmpl->param(reason_msg => "You haven't been authenticated."); $tmpl->param("tmpl_path" => "$af->{site__web_root}/templates/$af->{site__template}/owner_side/"); $tmpl->param("style_path" => $af->{site__web_root} . "/skins/" . $af->{userpref__skin}); + $tmpl->param("forward_URL" => $q->self_url); print $af->translate_templateL10N($tmpl->output);