source:
vendor/current/swat2/logout.esp@
429
Last change on this file since 429 was 414, checked in by , 15 years ago | |
---|---|
File size: 122 bytes |
Line | |
---|---|
1 | <% |
2 | page_header("plain", "Logging out", ""); |
3 | |
4 | session.AUTHENTICATED = false; |
5 | redirect("/login.esp"); |
6 | |
7 | page_footer(); |
8 | %> |
Note:
See TracBrowser
for help on using the repository browser.