Changeset 12642 for trunk/admin/include/functions.php
- Timestamp:
- 11/17/11 19:09:37 (18 months ago)
- Files:
-
- 1 modified
-
trunk/admin/include/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/functions.php
r12640 r12642 534 534 while (($node = readdir($contents)) !== false) 535 535 { 536 if (is_dir($path.'/'.$node) 537 and $node != '.' 536 if ($node != '.' 538 537 and $node != '..' 539 538 and $node != '.svn' 540 539 and $node != 'thumbnail' 541 540 and $node != 'pwg_high' 542 and $node != 'pwg_representative') 541 and $node != 'pwg_representative' 542 and is_dir($path.'/'.$node)) 543 543 { 544 544 array_push($dirs, $path.'/'.$node);
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)