選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

config.inc.php.dist 412B

123456789
  1. <?php
  2. // HTTP Basic Authentication Plugin options
  3. // ----------------------------------------
  4. // Default mail host to log-in using user/password from HTTP Authentication.
  5. // This is useful if the users are free to choose arbitrary mail hosts (or
  6. // from a list), but have one host they usually want to log into.
  7. // Unlike $config['default_host'] this must be a string!
  8. $config['http_authentication_host'] = '';