Quote:
Originally Posted by Emera
PHP Code:
if (temp.linecount >= MAXLINES) {
temp.logsave++;
}
savelog2("whatever_"@temp.logsave@".txt", temp.logsave);
Wouldn't that be a solution?
|
You can't edit the actual logs though, so they'd build up regardless.