View Single Post
fatal_nl
Member
Join Date: Apr 2017
Old 05-21-2019 , 20:09   Re: Monthly log file instead of writing to log_to_file
Reply With Quote #5

Another question:

What is more effecient?

Putting this into client_connect:

PHP Code:
new iCurrentMonthYear[8]
new 
szLogFile[32
Or add it outside of it. These 2 are only used in client_connect. The other 4 "new" (how do you call this exactly) are placed outside of it because they're going to be used in more functions.

Last edited by fatal_nl; 05-21-2019 at 20:10.
fatal_nl is offline