Skip to content

Commit d962aa8

Browse files
committed
Added deactivation of permisisons hardening
1 parent 305b38b commit d962aa8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/sites/default/settings.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,3 +794,5 @@
794794
if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
795795
include $app_root . '/' . $site_path . '/settings.local.php';
796796
}
797+
798+
$settings['skip_permissions_hardening'] = TRUE;

0 commit comments

Comments
 (0)