diff options
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/logout.html')
-rw-r--r-- | fs_selfservice/FS-SelfService/cgi/logout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/logout.html b/fs_selfservice/FS-SelfService/cgi/logout.html index 834ef13f2..540b6c900 100644 --- a/fs_selfservice/FS-SelfService/cgi/logout.html +++ b/fs_selfservice/FS-SelfService/cgi/logout.html @@ -1,6 +1,6 @@ <HTML> <HEAD> - <META HTTP-EQUIV="refresh" CONTENT="5;URL=<%= $cgi->url(-absolute => 1) %>"> + <META HTTP-EQUIV="refresh" CONTENT="5;URL=<%= $cgi->url(-absolute => 1). "?agentnum=$agentnum" %>"> <TITLE>MyAccount</TITLE> <%= $head %> </HEAD> |