X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fupdate-gosa;h=b0629f5d944f97bde465c5c6904ccde050df6ea0;hb=dd740ba9a2da90a35f227446be028c7dccc1c596;hp=8107fd7c910f32433a4151d42df0cf0f14c61e4f;hpb=6f45e8448a631ef22903e749738a28e763fc0479;p=gosa.git diff --git a/gosa-core/update-gosa b/gosa-core/update-gosa index 8107fd7c9..b0629f5d9 100755 --- a/gosa-core/update-gosa +++ b/gosa-core/update-gosa @@ -105,7 +105,7 @@ function get_classes($folder= ".") } /* Recurse through all "common" directories */ - if (is_dir($file)){ + if (is_dir($file) && !file_exists("{$file}/excludeFromAutoLoad")){ get_classes($file); continue; }