Parent Directory
|
Revision Log
|
Patch
| Revision 1.18 by sysadm, Wed May 28 07:30:23 2025 UTC | Revision 1.19 by sysadm, Thu May 29 13:17:33 2025 UTC | |
|---|---|---|
| # | Line 92 int exitbbs(void *param) | Line 92 int exitbbs(void *param) |
| 92 | ||
| 93 | int license(void *param) | int license(void *param) |
| 94 | { | { |
| 95 | display_file_ex(DATA_LICENSE, 1, 1); | display_file(DATA_LICENSE, 1, 1); |
| 96 | ||
| 97 | return REDRAW; | return REDRAW; |
| 98 | } | } |
| 99 | ||
| 100 | int copyright(void *param) | int copyright(void *param) |
| 101 | { | { |
| 102 | display_file_ex(DATA_COPYRIGHT, 1, 1); | display_file(DATA_COPYRIGHT, 1, 1); |
| 103 | ||
| 104 | return REDRAW; | return REDRAW; |
| 105 | } | } |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |