Changeset 6232
- Timestamp:
- 06/09/08 04:29:20 (6 months ago)
- Files:
-
- 1 modified
-
trunk/lib/function/logrotate.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/function/logrotate.php
r6228 r6232 7 7 { 8 8 if( !file_exists($file) ) { 9 echo "HI";10 9 return; 11 10 } 12 11 $st = stat( $file ); 13 12 if( $st['size'] < $size ) { 14 print_r($st);15 echo "HI2";16 13 return; 17 14 }
