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

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

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

revision 91 by torben, Wed Nov 28 17:03:27 2007 UTC revision 92 by torben, Thu Nov 29 05:21:04 2007 UTC
# Line 20  bool isAdmin; Line 20  bool isAdmin;
20  <{  <{
21    
22  if (userName.size() == 0)  if (userName.size() == 0)
23    {
24      reply.setHeader("Refresh", "0; url=login");      reply.setHeader("Refresh", "0; url=login");
25            return HTTP_OK;
26    }
27    
28  tntdb::Connection conn = tntdb::connect(dburl);  tntdb::Connection conn = tntdb::connect(dburl);
29    

Legend:
Removed from v.91  
changed lines
  Added in v.92

  ViewVC Help
Powered by ViewVC 1.1.20