Changeset 586


Ignore:
Timestamp:
Oct 25, 2004, 10:42:13 PM (20 years ago)
Author:
z0rglub
Message:

pwg_representative and pwg_high directories are reserved directories for
PhpWebGallery

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/thumbnail.php

    r504 r586  
    3636    while ( $file = readdir( $opendir ) )
    3737    {
    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))
    4044      {
    4145        array_push( $sub_dirs, $file );
Note: See TracChangeset for help on using the changeset viewer.