您最多选择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'] = '';