Skip to content

Commit

Permalink
Fix another settings-location bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mlutfy authored and bgm committed Dec 17, 2021
1 parent 18bf875 commit a01379e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function invoke() {
}
}

if (file_exists('../civicrm.settings.php')) {
if (file_exists('../data/civicrm.settings.php')) {
require_once '../vendor/autoload.php';
require_once '../data/civicrm.settings.php';
invoke();
Expand Down

0 comments on commit a01379e

Please sign in to comment.