Changeset 6228

Show
Ignore:
Timestamp:
06/09/08 02:42:01 (6 months ago)
Author:
coolengineer
Message:
  • 1MB 이내로 로그를 제한
  • #960
Location:
trunk
Files:
1 added
2 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 
  • trunk/plugins/CL_Moblog/index.xml

    r6122 r6228  
    1818    <listener event="/plugin/moblog/check">moblog_check</listener> 
    1919    <listener event="Cron5m">moblog_check</listener> 
     20    <listener event="Cron24h">moblog_logrotate</listener> 
    2021    <adminMenu> 
    2122      <viewMethods>