Plugin Directory

Changeset 3351735


Ignore:
Timestamp:
08/28/2025 05:54:45 AM (6 months ago)
Author:
bitslip6
Message:

4.7.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bitfire/trunk/src/util.php

    r3351731 r3351735  
    725725 * only used in api.php
    726726 */
    727 function file_index(string $dirname, ?string $include_regex_filter = NULL, callable $write_fn, bool $root = true) {
     727function file_index(string $dirname, ?string $include_regex_filter = NULL, callable $write_fn, ?bool $root = true) {
    728728    if (!is_dir($dirname)) { return; }
    729729    static $examined = [];
Note: See TracChangeset for help on using the changeset viewer.