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

Diff of /trunk/tntnet/dynamic/adm_customer_list.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 22  std::string userName; Line 22  std::string userName;
22  <{  <{
23    
24  if (userName.size() == 0)  if (userName.size() == 0)
25    {
26          reply.setHeader("Refresh", "0; url=login");          reply.setHeader("Refresh", "0; url=login");
27            return HTTP_OK;
28    }
29    
30  tntdb::Connection conn;  tntdb::Connection conn;
31    

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

  ViewVC Help
Powered by ViewVC 1.1.20