暂无描述

config.php 941B

    <?php $config=array(); $config=array( //'配置项'=>'配置值' 'URL_MODEL'=>2, 'APP_GROUP_LIST'=>'Admin,Home', 'DEFAULT_GROUP'=>'Home', 'URL_CASE_INSENSITIVE'=>true, 'MAIL_ADDRESS'=>'ad@tamron.com.cn', // 邮箱地址 'MAIL_SMTP'=>'smtp.tamron.com.cn', // 邮箱SMTP服务器 'MAIL_LOGINNAME'=>'ad@tamron.com.cn', // 邮箱登录帐号 'MAIL_PASSWORD'=>'tos8880ad', // 邮箱密码 'DB_HOST' => '127.0.0.1',// 服务器地址 'DB_NAME' => 'tenglong', // 数据库名 'DB_USER' => 'root', // 用户名 'DB_PWD' => 'Lpn8#Zne0', // 密码 'DB_PREFIX' => 'shidu_', // 数据库表前缀 'TMPL_L_DELIM' =>'{', //左分隔符 'TMPL_R_DELIM' =>'}' //右分隔 //'DB_FIELDS_CACHE ' =>true //关闭缓存字段 ); return $config; ?>