You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
454 B
PHTML

3 years ago
<?php
/**
* 安装程序配置文件
*/
return array(
//产品配置
'install_product_name' => 'DolphinPHP', //产品名称
'install_website_domain' => 'http://www.dolphinphp.com', //官方网址
'install_company_name' => '河源市卓锐科技有限公司', //公司名称
'original_table_prefix' => 'dp_', //默认表前缀
// 安装配置
'install_table_total' => 254, // 安装时需执行的sql语句数量
);