repo.or.cz
/
Samba
/
aatanasov.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed TESTS= in make test to allow multiple tests
[Samba/aatanasov.git]
/
swat2
/
logout.esp
blob
d0d971d9627ee6e2f07c7ce8b86184bae74a260c
1
<%
2
page_header("plain", "Logging out", "");
3
4
session.AUTHENTICATED = false;
5
redirect("/login.esp");
6
7
page_footer();
8
%>