Skip to content

Commit 01d5c61

Browse files
authored
Update settings.php
1 parent d962aa8 commit 01d5c61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/sites/default/settings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,8 @@
778778

779779
$settings['config_sync_directory'] = '../config/sync';
780780

781+
$settings['skip_permissions_hardening'] = TRUE;
782+
781783
/**
782784
* Load local development override configuration, if available.
783785
*
@@ -794,5 +796,3 @@
794796
if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
795797
include $app_root . '/' . $site_path . '/settings.local.php';
796798
}
797-
798-
$settings['skip_permissions_hardening'] = TRUE;

0 commit comments

Comments
 (0)