From: hickert Date: Thu, 12 Aug 2010 07:15:17 +0000 (+0000) Subject: Updated 'update-gosa' X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c96de20fa5e070ac531776b237a3edf62777e083;p=gosa.git Updated 'update-gosa' -added abilitiy to exclude directories from php-auto-include git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19375 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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; }