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

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

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

revision 79 by torben, Wed Nov 28 14:00:17 2007 UTC revision 80 by torben, Wed Nov 28 14:27:51 2007 UTC
# Line 54  if (post_username.size() > 0 || post_pas Line 54  if (post_username.size() > 0 || post_pas
54                  tntdb::Row row = res[0];                  tntdb::Row row = res[0];
55                  userName = post_username;                  userName = post_username;
56                  isAdmin = row.getBool(1);                  isAdmin = row.getBool(1);
57                  reply.setHeader("Location", "/dynamic/index");                  reply.setHeader("Refresh", "0; url=/dynamic/index");
                 reply.setHeader("Refresh", "0;/dynamic/index");  
58          }          }
59          else          else
60          {          {

Legend:
Removed from v.79  
changed lines
  Added in v.80

  ViewVC Help
Powered by ViewVC 1.1.20