File: /var/www/html/wp-content/themes/frameMyrskyNew/config_back.php
<?php
global $not_in_menu;
$not_in_menu = array(
"FPC Quote",
"Stencil Quote",
"Product-list",
"产品列表",
"产品详细",
"Product-detail"
);
/** the footer link of */
define ('FOOTER_MENU', 'Online Quote');
global $servers;
//$servers['category'] = array("Resistor","PackingCase");
//展示元件库存产品类型
$servers['category'] = array("living","office","clothing");
//元件库存数据库配置
$servers["db"]["username"] = "root";
<<<<<<< .mine
$servers["db"]["password"] = "SnowGeese";
$servers["db"]["dbname"] = "myro_xpt";
=======
$servers["db"]["password"] = "1002";
$servers["db"]["dbname"] = "snow81";
>>>>>>> .r8446
$servers["db"]["dbhost"] = "localhost";
$servers['led_category_num'] = 3;//元件产品列表显示数量
$servers['Lang'] = 'chinses';//默认语言
$servers['led_ledtime'] = '5';//默认交期
$servers["is_test_web"] = true;//是否为测试网站
?>