Parent Directory
|
Revision Log
|
Patch
| Revision 1.3 by sysadm, Fri Oct 22 15:20:32 2004 UTC | Revision 1.4 by sysadm, Fri Oct 22 19:51:01 2004 UTC | |
|---|---|---|
| # | Line 27 login_fail () | Line 27 login_fail () |
| 27 | char temp[256]; | char temp[256]; |
| 28 | ||
| 29 | strcpy (temp, app_home_dir); | strcpy (temp, app_home_dir); |
| 30 | strcat (temp, "data/login_error.dat"); | strcat (temp, "data/login_error.txt"); |
| 31 | display_file (temp); | display_file (temp); |
| 32 | ||
| 33 | sleep (1); | sleep (1); |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |