/[LeafOK_CVS]/lbbs/src/login.c
ViewVC logotype

Diff of /lbbs/src/login.c

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

Revision 1.41 by sysadm, Sat Jun 7 08:33:08 2025 UTC Revision 1.42 by sysadm, Sun Jun 8 09:25:24 2025 UTC
# Line 59  int bbs_login(void) Line 59  int bbs_login(void)
59    
60                  if (strcmp(username, "new") == 0)                  if (strcmp(username, "new") == 0)
61                  {                  {
62                          display_file(DATA_REGISTER, 1, 1);                          display_file(DATA_REGISTER, 1);
63    
64                          return 0;                          return 0;
65                  }                  }
# Line 81  int bbs_login(void) Line 81  int bbs_login(void)
81    
82          if (!ok)          if (!ok)
83          {          {
84                  display_file(DATA_LOGIN_ERROR, 1, 1);                  display_file(DATA_LOGIN_ERROR, 1);
85                  return -1;                  return -1;
86          }          }
87    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1