Ignore:
Timestamp:
Mar 18, 2010, 3:30:04 PM (14 years ago)
Author:
rvelices
Message:
  • removed compatibility with php4 (file_put_contents exists in php5)
  • when synchronizing local files , sort them alphabetically
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/site_reader_local.php

    r3282 r5176  
    115115      $fs = array_merge($fs, $tmp_fs);
    116116    }
     117    ksort($fs);
    117118  } //end if is_dir
    118119  return $fs;
     
    199200  {
    200201    $high_file = dirname($file).'/pwg_high/'.basename($file);
    201    
     202
    202203    $data['high_filesize'] = floor(filesize($high_file)/1024);
    203204  }
    204  
     205
    205206  if ($conf['use_exif'])
    206207  {
Note: See TracChangeset for help on using the changeset viewer.