Parent Directory
|
Revision Log
|
Patch
| Revision 1.26 by sysadm, Tue Mar 22 08:59:31 2005 UTC | Revision 1.27 by sysadm, Tue Mar 22 13:36:13 2005 UTC | |
|---|---|---|
| # | Line 41 bbs_main () | Line 41 bbs_main () |
| 41 | if (ret < 0) | if (ret < 0) |
| 42 | return -1; | return -1; |
| 43 | log_std ("User \"%s\"(%ld) login from %s:%d\n", | log_std ("User \"%s\"(%ld) login from %s:%d\n", |
| 44 | BBS_username, BBS_priv.uid, hostaddr_client, port_client); | BBS_username, BBS_priv.uid, hostaddr_client, port_client); |
| 45 | clearscr (); | clearscr (); |
| 46 | ||
| 47 | //BBS Top 10 | //BBS Top 10 |
| # | Line 148 bbs_center () | Line 148 bbs_center () |
| 148 | } | } |
| 149 | if (redraw) | if (redraw) |
| 150 | { | { |
| 151 | clearscr (); | clearscr (); |
| 152 | show_top (""); | show_top (""); |
| 153 | show_active_board (); | show_active_board (); |
| 154 | show_bottom (""); | show_bottom (""); |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |