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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 93 by torben, Wed Nov 28 14:27:51 2007 UTC revision 94 by torben, Thu Nov 29 08:04:13 2007 UTC
# Line 1  Line 1 
1    
 <%config>  
 dburl;  
 </%config>  
2    
3  <%session scope="global">  <%session scope="global">
4  std::string userName;  std::string userName;
# Line 9  bool isAdmin; Line 6  bool isAdmin;
6  </%session>  </%session>
7    
8    
 <&header title="--Template--">  
 </&header>  
9  <{  <{
10  userName = "";  userName = "";
11  isAdmin = false;  isAdmin = false;
12  reply.setHeader("Refresh", "0;url=index");  reply.setHeader("Location", "index");
13    return HTTP_MOVED_TEMPORARILY;
14    
15  }>  }>
16    
 <&footer>  
 </&footer>  

Legend:
Removed from v.93  
changed lines
  Added in v.94

  ViewVC Help
Powered by ViewVC 1.1.20