Merge pull request #8440 from wakeup/master

Minor changes in config.sample

* wakeup/master:
  Update config.sample.php
  Minor changes in config.sample
This commit is contained in:
Andreas Fischer 2014-05-03 23:39:10 +02:00
Родитель 623161b9a9 1a0fc49018
Коммит e381d7d180
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -54,7 +54,7 @@ $CONFIG = array(
"proxyuserpwd" => "",
/* List of trusted domains, to prevent host header poisoning ownCloud is only using these Host headers */
'trusted_domains' => array('demo.owncloud.org', 'otherdomain.owncloud.org'),
'trusted_domains' => array('demo.owncloud.org', 'otherdomain.owncloud.org:8080'),
/* Theme to use for ownCloud */
"theme" => "",
@ -142,7 +142,7 @@ $CONFIG = array(
'allow_user_to_change_display_name' => true,
/* Check 3rdparty apps for malicious code fragments */
"appcodechecker" => "",
"appcodechecker" => true,
/* Check if ownCloud is up to date */
"updatechecker" => true,