Changeset 6232

Show
Ignore:
Timestamp:
06/09/08 04:29:20 (6 months ago)
Author:
coolengineer
Message:
  • 디버그 코드 제거
  • #960
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/function/logrotate.php

    r6228 r6232  
    77{ 
    88    if( !file_exists($file) ) { 
    9     echo "HI"; 
    109        return; 
    1110    } 
    1211    $st = stat( $file ); 
    1312    if( $st['size'] < $size ) { 
    14     print_r($st); 
    15     echo "HI2"; 
    1613        return; 
    1714    }