Set support footer to on in reset demo script
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
221ffb446c
commit
79951c3f17
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class ResetDemoSettings extends Command
|
|||
$settings->thumbnail_max_h = '30';
|
||||
$settings->locale = 'en-US';
|
||||
$settings->version_footer = 'on';
|
||||
$settings->support_footer = null;
|
||||
$settings->support_footer = 'on';
|
||||
$settings->saml_enabled = '0';
|
||||
$settings->saml_sp_x509cert = null;
|
||||
$settings->saml_idp_metadata = null;
|
||||
|
|
Loading…
Add table
Reference in a new issue