Skip to content
Snippets Groups Projects
Commit 98f1ecc5 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-inventories/arocom#2825 Add call to optional settings.local.php for Drupal 7

parent 63398b80
No related branches found
No related tags found
No related merge requests found
......@@ -189,3 +189,7 @@ a:visited {
$conf['fast_404_HTML_error_all_paths'] = TRUE;
}
{% endif %}
if (file_exists(__DIR__ . '/settings.local.php')) {
include __DIR__ . '/settings.local.php';
}
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