/[LeafOK_CVS]/lbbs/src/register.c
ViewVC logotype

Diff of /lbbs/src/register.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.2 by sysadm, Sun Mar 20 17:37:14 2005 UTC Revision 1.5 by sysadm, Sun May 4 14:54:55 2025 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2                           register.c  -  description                                                   register.c  -  description
3                               -------------------                                                           -------------------
4      begin                : Mon Oct 20 2004          begin                : Mon Oct 20 2004
5      copyright            : (C) 2004 by Leaflet          copyright            : (C) 2004 by Leaflet
6      email                : leaflet@leafok.com          email                : leaflet@leafok.com
7   ***************************************************************************/   ***************************************************************************/
8    
9  /***************************************************************************  /***************************************************************************
# Line 15  Line 15 
15   *                                                                         *   *                                                                         *
16   ***************************************************************************/   ***************************************************************************/
17    
18    #include "register.h"
19  #include "bbs.h"  #include "bbs.h"
20  #include "common.h"  #include "common.h"
21  #include "io.h"  #include "io.h"
22    #include "screen.h"
23    #include <string.h>
24  #include <mysql.h>  #include <mysql.h>
25  #include <regex.h>  #include <regex.h>
26    
27  int  int user_register()
 user_register ()  
28  {  {
29    char temp[256];          display_file_ex(DATA_REGISTER, 1, 1);
30    
31    strcpy (temp, app_home_dir);          return -1;
   strcat (temp, "data/register.txt");  
   display_file_ex (temp, 1, 1);  
   
   return -1;  
32  }  }


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

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