source:
branches/samba-3.5.x/swat2/logout.esp
Last change on this file 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.