Skip to content
Snippets Groups Projects
Commit 7dc239aa authored by Kevin Cristiano's avatar Kevin Cristiano :earth_americas:
Browse files

PRE_RELEASE:CRM:18099-search multisite directories for civicrm.settings.php christianwach

parent 0c62394b
Branches
No related tags found
No related merge requests found
...@@ -292,6 +292,8 @@ class Bootstrap { ...@@ -292,6 +292,8 @@ class Bootstrap {
$wpDirs = array( $wpDirs = array(
$cmsRoot . '/*/uploads/civicrm', $cmsRoot . '/*/uploads/civicrm',
$cmsRoot . '/*/plugins/civicrm', $cmsRoot . '/*/plugins/civicrm',
$cmsRoot . '/*/uploads/sites/*/civicrm',
$cmsRoot . '/*/blogs.dir/*/files/civicrm',
); );
$settings = $this->findFirstFile($wpDirs, 'civicrm.settings.php'); $settings = $this->findFirstFile($wpDirs, 'civicrm.settings.php');
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment