/[H9]/trunk/tntnet/dynamic/logout.ecpp
ViewVC logotype

Contents of /trunk/tntnet/dynamic/logout.ecpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 80 - (show annotations) (download)
Wed Nov 28 14:27:51 2007 UTC (16 years, 5 months ago) by torben
File size: 251 byte(s)
A little more work on the login system

1
2 <%config>
3 dburl;
4 </%config>
5
6 <%session scope="global">
7 std::string userName;
8 bool isAdmin;
9 </%session>
10
11
12 <&header title="--Template--">
13 </&header>
14 <{
15 userName = "";
16 isAdmin = false;
17 reply.setHeader("Refresh", "0;url=index");
18 }>
19
20 <&footer>
21 </&footer>

  ViewVC Help
Powered by ViewVC 1.1.20