/[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.70 by sysadm, Mon Nov 17 12:47:41 2025 UTC Revision 1.71 by sysadm, Fri Nov 28 14:35:38 2025 UTC
# Line 342  int check_user(const char *username, con Line 342  int check_user(const char *username, con
342                  goto cleanup;                  goto cleanup;
343          }          }
344    
345            if (!SSH_v2 && checklevel2(&BBS_priv, P_MAN_S))
346            {
347                    prints("\033[1;31m非普通账户必须使用SSH方式登录\033[m\r\n");
348                    ret = 1;
349                    goto cleanup;
350            }
351    
352          snprintf(sql, sizeof(sql),          snprintf(sql, sizeof(sql),
353                           "UPDATE user_pubinfo SET visit_count = visit_count + 1, "                           "UPDATE user_pubinfo SET visit_count = visit_count + 1, "
354                           "last_login_dt = NOW() WHERE UID = %d",                           "last_login_dt = NOW() WHERE UID = %d",


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

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