Parent Directory
|
Revision Log
|
Patch
| Revision 1.77 by sysadm, Fri Dec 26 11:17:41 2025 UTC | Revision 1.79 by sysadm, Sat Jan 3 10:27:14 2026 UTC | |
|---|---|---|
| # | Line 3 | Line 3 |
| 3 | * login | * login |
| 4 | * - user authentication and online status manager | * - user authentication and online status manager |
| 5 | * | * |
| 6 | * Copyright (C) 2004-2025 Leaflet <leaflet@leafok.com> | * Copyright (C) 2004-2026 Leaflet <leaflet@leafok.com> |
| 7 | */ | */ |
| 8 | ||
| 9 | #ifdef HAVE_CONFIG_H | #ifdef HAVE_CONFIG_H |
| # | Line 393 int check_user(const char *username, con | Line 393 int check_user(const char *username, con |
| 393 | tzset(); | tzset(); |
| 394 | } | } |
| 395 | ||
| log_common("User [%s] authenticated successfully", username); | ||
| 396 | cleanup: | cleanup: |
| 397 | mysql_free_result(rs); | mysql_free_result(rs); |
| 398 | mysql_close(db); | mysql_close(db); |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |