Beispiel #1
0
function moblog_logrotate()
{
    importlib("function.logrotate");
    cutlog(ROOT . DS . "cache" . DS . "moblog.txt", 1024 * 1024);
    cutlog(ROOT . DS . "cache" . DS . "pop3uidl.txt", 1024 * 1024);
}
Beispiel #2
0
function moblog_logrotate()
{
    requireLibrary("function/logrotate");
    cutlog(ROOT . DS . "cache" . DS . "moblog.txt", 1024 * 1024);
    cutlog(ROOT . DS . "cache" . DS . "pop3uidl.txt", 1024 * 1024);
}