| @@ 659-663 (lines=5) @@ | ||
| 656 | } |
|
| 657 | } |
|
| 658 | break; |
|
| 659 | case 'notingrou': |
|
| 660 | if (strpos($file2, $motif) === false) { |
|
| 661 | $result = ($result and $this->_unlink($file2)); |
|
| 662 | } |
|
| 663 | break; |
|
| 664 | case 'callback_': |
|
| 665 | $func = substr($mode, 9, strlen($mode) - 9); |
|
| 666 | if ($func($file2, $group)) { |
|
| @@ 671-675 (lines=5) @@ | ||
| 668 | } |
|
| 669 | break; |
|
| 670 | case 'ingroup': |
|
| 671 | default: |
|
| 672 | if (strpos($file2, $motif) !== false) { |
|
| 673 | $result = ($result and $this->_unlink($file2)); |
|
| 674 | } |
|
| 675 | break; |
|
| 676 | } |
|
| 677 | } |
|
| 678 | if (is_dir($file2) and ($this->_hashedDirectoryLevel > 0)) { |
|