diff --git a/src/autoconfig.settings.sample.php b/src/autoconfig.settings.sample.php index 90e4b10..89fc83b 100644 --- a/src/autoconfig.settings.sample.php +++ b/src/autoconfig.settings.sample.php @@ -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