Enable disabling internal templates, as well as having custom templates

This commit is contained in:
2025-06-21 09:51:03 +10:00
parent e8aaa17122
commit f6b7bff605
2 changed files with 5 additions and 1 deletions

View File

@@ -94,5 +94,6 @@ return [
'template' => [
'dir' => env('LDAP_TEMPLATE_DRIVER','templates'),
'exclude_system' => env('LDAP_TEMPLATE_EXCLUDE_SYSTEM',FALSE),
],
];