mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-31 18:46:02 +00:00
Ignore zones.h and zones.tab
This commit is contained in:
parent
1c25d643e4
commit
99d9264320
@ -197,6 +197,7 @@ else if ( file_exists($c->tzsource) ) {
|
||||
while( false !== ($fn = readdir($d)) ) {
|
||||
if ( substr($fn,0,1) == '.' ) continue;
|
||||
if ( substr($fn,0,14) == 'primary-source' ) continue;
|
||||
if ( substr($fn,0,5) == 'zones' ) continue;
|
||||
$fn = $dirname.'/'.$fn;
|
||||
if ( is_dir($fn) ) {
|
||||
$result = array_merge($result,recursive_files($fn));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user