Skip to content

Commit 31a49a8

Browse files
committed
Enable admin module by default for fresh installation
1 parent 84db6cc commit 31a49a8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

config-templates/config.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
***********/
472472

473473
/*
474-
* Configuration for enabling/disabling modules. By default the 'core' and 'saml' modules are enabled.
474+
* Configuration for enabling/disabling modules. By default the 'core', 'admin' and 'saml' modules are enabled.
475475
*
476476
* Example:
477477
*
@@ -485,6 +485,7 @@
485485
'module.enable' => [
486486
'exampleauth' => false,
487487
'core' => true,
488+
'admin' => true,
488489
'saml' => true
489490
],
490491

0 commit comments

Comments
 (0)