Changeset 3351735
- Timestamp:
- 08/28/2025 05:54:45 AM (6 months ago)
- File:
-
- 1 edited
-
bitfire/trunk/src/util.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bitfire/trunk/src/util.php
r3351731 r3351735 725 725 * only used in api.php 726 726 */ 727 function file_index(string $dirname, ?string $include_regex_filter = NULL, callable $write_fn, bool $root = true) {727 function file_index(string $dirname, ?string $include_regex_filter = NULL, callable $write_fn, ?bool $root = true) { 728 728 if (!is_dir($dirname)) { return; } 729 729 static $examined = [];
Note: See TracChangeset
for help on using the changeset viewer.