1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-04 00:17:06 +00:00

missing php semicolon

This commit is contained in:
Steve Hay 2022-09-12 01:11:57 -04:00
parent 883ed9f446
commit 9f880f53d9

View File

@ -356,7 +356,7 @@ include("$STORAGE_ROOT/owncloud/config.php");
\$CONFIG['logdateformat'] = 'Y-m-d H:i:s';
\$CONFIG['mail_domain'] = '$PRIMARY_HOSTNAME';
\$CONFIG['default_phone_region'] = '$(locale | grep TELEPHONE | sed -e 's/LC_.*=".*_//' | sed -e 's/\..*//')'
\$CONFIG['default_phone_region'] = '$(locale | grep TELEPHONE | sed -e 's/LC_.*=".*_//' | sed -e 's/\..*//')';
\$CONFIG['user_backends'] = array(
array(