示例#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);
}
示例#2
0
文件: index.php 项目: ragi79/Textcube
function moblog_logrotate()
{
    requireLibrary("function/logrotate");
    cutlog(ROOT . DS . "cache" . DS . "moblog.txt", 1024 * 1024);
    cutlog(ROOT . DS . "cache" . DS . "pop3uidl.txt", 1024 * 1024);
}