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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 78 - (hide annotations) (download)
Wed Nov 28 14:00:17 2007 UTC (16 years, 6 months ago) by torben
File size: 247 byte(s)
Finished with login system

1 torben 78
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;index");
18     }>
19    
20     <&footer>
21     </&footer>

  ViewVC Help
Powered by ViewVC 1.1.20