Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/autoconfig.settings.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
$cfg->nameShort = 'Example';

// Domains for which these settings apply, in lowercase.
$cfg->domains = [ 'example.com', 'example.net', 'example.org' ];
$cfg->domains = array( 'example.com', 'example.net', 'example.org' );

// This is the username associated with the email address. If some kind of lookup
// needs to occur to map the email address to a username, this can be done by
Expand Down