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

Diff of /lbbs/src/welcome.c

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

Revision 1.3 by sysadm, Fri Oct 22 19:51:01 2004 UTC Revision 1.5 by sysadm, Sat Mar 19 14:44:21 2005 UTC
# Line 18  Line 18 
18  #include "bbs.h"  #include "bbs.h"
19  #include "common.h"  #include "common.h"
20  #include "io.h"  #include "io.h"
21    #include "database.h"
22  #include <mysql.h>  #include <mysql.h>
23  #include <string.h>  #include <string.h>
24    
# Line 130  bbs_welcome () Line 131  bbs_welcome ()
131      fclose(fout);      fclose(fout);
132    }    }
133    
134      //Display logo
135      strcpy (temp, app_home_dir);
136      strcat (temp, "data/welcome.txt");
137      display_file (temp);
138    
139    //Display welcome message    //Display welcome message
140    prints (    prints (
141     "\033[1;35m»¶Ó­¹âÁÙ\033[33m ¡¾ %s ¡¿ \033[35mBBS\r\n"     "\033[1;35m»¶Ó­¹âÁÙ\033[33m ¡¾ %s ¡¿ \033[35mBBS\r\n"


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

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