HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.2.20
System: Linux 825a8fd6cf8c 3.10.0-1160.95.1.el7.x86_64 #1 SMP Mon Jul 24 13:59:37 UTC 2023 x86_64
User: apache (48)
PHP: 8.2.20
Disabled: NONE
Upload Files
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;//是否为测试网站
?>