Show
Ignore:
Timestamp:
06/09/08 02:42:01 (7 months ago)
Author:
coolengineer
Message:
  • 1MB 이내로 로그를 제한
  • #960
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/CL_Moblog/index.php

    r6130 r6228  
    309309    echo "</li>\n</ul></body></html>"; 
    310310    return true; 
     311} 
     312 
     313function moblog_logrotate() 
     314{ 
     315    requireLibrary( "function/logrotate" ); 
     316    cutlog( ROOT.DS."cache".DS."moblog.txt", 1024*1024 ); 
     317    cutlog( ROOT.DS."cache".DS."pop3uidl.txt", 1024*1024 ); 
    311318} 
    312319