Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

19 Zeilen
609B

  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';