您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718
  1. <?php
  2. ##
  3. ## database access settings in php format
  4. ## automatically generated from /etc/dbconfig-common/postfixadmin.conf
  5. ## by /usr/sbin/dbconfig-generate-include
  6. ##
  7. ## by default this file is managed via ucf, so you shouldn't have to
  8. ## worry about manual changes being silently discarded. *however*,
  9. ## you'll probably also want to edit the configuration file mentioned
  10. ## above too.
  11. ##
  12. $dbuser='{{postfixadmin_mysql_username}}';
  13. $dbpass='{{postfixadmin_mysql_password}}';
  14. $basepath='';
  15. $dbname='{{postfixadmin_mysql_database}}';
  16. $dbserver='{{postfixadmin_mysql_host}}';
  17. $dbport='3306';
  18. $dbtype='mysqli';