ViewCVS and CVS Help

[elog] / trunk / src / elogd.c
Project Root:

Diff of /trunk/src/elogd.c

Parent Directory | Revision Log

version 1486, Fri Sep 9 20:37:46 2005 UTC version 1487, Fri Sep 9 20:59:46 2005 UTC
Line 6 
Line 6 
    Contents:     Web server program for Electronic Logbook ELOG     Contents:     Web server program for Electronic Logbook ELOG
   
    $Log$     $Log$
      Revision 1.750  2005/09/09 20:59:46  ritt
      Fixed infinite redirection with ?fail=1
   
    Revision 1.749  2005/09/09 19:54:05  ritt     Revision 1.749  2005/09/09 19:54:05  ritt
    Fixed problem with 'list' command     Fixed problem with 'list' command
   
Line 21470 
Line 21473 
    }     }
   
    if (!check_login_user(lbs, user)) {     if (!check_login_user(lbs, user)) {
         if (isparam("fail")) {
            /* remove remaining cookies */
            remove_all_login_cookies(lbs);
            return FALSE;
         }
       redirect(lbs, "?fail=1");        redirect(lbs, "?fail=1");
       return FALSE;        return FALSE;
    }     }


Generate output suitable for use with a patch program
Legend:
Removed from v.1486  
changed lines
  Added in v.1487

Powered by ViewCVS