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
No related branches found
No related tags found
No related merge requests found
......@@ -292,6 +292,8 @@ class Bootstrap {
$wpDirs = array(
$cmsRoot . '/*/uploads/civicrm',
$cmsRoot . '/*/plugins/civicrm',
$cmsRoot . '/*/uploads/sites/*/civicrm',
$cmsRoot . '/*/blogs.dir/*/files/civicrm',
);
$settings = $this->findFirstFile($wpDirs, 'civicrm.settings.php');
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment