FS RT #30831 - passing the ISO 3166-1 alpha-2 country code to ut_phonen
[freeside.git] / httemplate / loginout / logout.html
1 <% $cgi->redirect($redirect) %>
2 <%init>
3
4 # Delete the server-side session
5 $FS::CurrentUser::CurrentSession->logout;
6
7 # Delete the browser cookie, etc.
8 my $auth_type = $r->auth_type;
9 $auth_type->logout($r);
10
11 my $redirect = $fsurl; #.'?logout=logout';
12
13 </%init>