--- innwebd/innbbsd.cpp 2004/07/04 06:45:23 1.4 +++ innwebd/innbbsd.cpp 2008/04/11 17:14:49 1.7 @@ -1,14 +1,10 @@ /*******************************************************/ /* */ /* LeafOK Innbbsd */ -/* Copyright (C) LeafOK.com, 2003-2004 */ /* */ -/* Programmed by Leaf */ -/* E-mail:leaflet@leafok.com QQ:6049044 */ +/* Copyright (C) LeafOK.com, 2003-2008 */ /* */ -/* http://bbs.leafok.com */ -/* http://bbs.leafok.net */ -/* http://bbs.fenglin.info */ +/* http://www.leafok.com */ /* */ /*******************************************************/ @@ -63,6 +59,12 @@ int _tmain(int argc, TCHAR* argv[], TCHA syslog.open(app_path + log_file, ios_base::out | ios_base::app); + // Report program information + syslog << "********************" << endl; + syslog << App_common::GetVersion() << endl; + syslog << App_common::Copyright << endl; + syslog << logfile::log_head << "Starting up..." << endl; + // Initialize sockets if(!AfxSocketInit()) {