国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
234B

  1. <?php
  2. //数据库连接信息
  3. $cfg_dbtype = '~dbtype~';
  4. $cfg_dbhost = '~dbhost~';
  5. $cfg_dbname = '~dbname~';
  6. $cfg_dbuser = '~dbuser~';
  7. $cfg_dbpwd = '~dbpwd~';
  8. $cfg_dbprefix = '~dbprefix~';
  9. $cfg_db_language = '~dblang~';
  10. ?>