Changeset 586 for trunk/admin
- Timestamp:
- Oct 25, 2004, 10:42:13 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/thumbnail.php
r504 r586 36 36 while ( $file = readdir( $opendir ) ) 37 37 { 38 if ( $file != 'thumbnail' and $file != '.' 39 and $file != '..' and is_dir( $dir.'/'.$file ) ) 38 if ($file != 'thumbnail' 39 and $file != 'pwg_representative' 40 and $file != 'pwg_high' 41 and $file != '.' 42 and $file != '..' 43 and is_dir($dir.'/'.$file)) 40 44 { 41 45 array_push( $sub_dirs, $file );
Note: See TracChangeset
for help on using the changeset viewer.