HEX
Server: nginx/1.18.0
System: Linux iZj6c1ieg2jrpk1z5tzi19Z 6.3.9-1.el7.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 21 22:18:40 EDT 2023 x86_64
User: www (1001)
PHP: 8.2.4
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.cytocare.cn/wp-config.php
<?php
/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the installation.
 * You don't have to use the web site, you can copy this file to "wp-config.php"
 * and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('WP_CACHE', true);
define( 'WPCACHEHOME', '/www/wwwroot/www.cytocare.cn/wp-content/plugins/wp-super-cache/' );
define( 'DB_NAME', 'www_cytocare_n' );

/** MySQL database username */
define( 'DB_USER', 'www_cytocare_n' );

/** MySQL database password */
define( 'DB_PASSWORD', 'yuantian640!' );

/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/**define( 'DB_HOST', 'localhost' );*/

/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );

// define( 'WP_DEBUG', true );
// define( 'WP_DEBUG_LOG', true );


/** The database collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );

/**#@+
 * Authentication unique keys and salts.
 *
 * Change these to different unique phrases! You can generate these using
 * the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}.
 *
 * You can change these at any point in time to invalidate all existing cookies.
 * This will force all users to have to log in again.
 *
 * @since 2.6.0
 */
define( 'AUTH_KEY',         'WmWZo^UwaWZ#_B-F~S8vTjIFv+<*M^3)Ny~] +H:DfTKq{/XQOGSVHeX1tK=:{[K' );
define( 'SECURE_AUTH_KEY',  'LQ9_sf/(T!!?yj9r7!D+(App#1ku|J(;80yz@xrdY]!)n$w}Raun`LxU]s}J=9hc' );
define( 'LOGGED_IN_KEY',    '27)#h;)-bmKS&bWY)#K4k|d$c(K}$VCfR%|j:}LRIn{I!y$vJ-gKCx!v]nIm5g);' );
define( 'NONCE_KEY',        'Bod0Vcj:(Ne!M#gM6+h1MG6zf9y6]Do8A|<ZFjV-2.rts7*Uch3 dj}QylwF57+%' );
define( 'AUTH_SALT',        'gxvBHWEwQl-e^w`*.|i/mJ)4YdNL5_<meHJxw0 |T`@MZ^owH+Vl[!ZLiXy,Y6o2' );
define( 'SECURE_AUTH_SALT', 'FzWaJmEs<&i+OOpf!h4fe0Jy ,o`5^oOWne}E-!u&/YX:OAn}r.>#3R;kD3IhftB' );
define( 'LOGGED_IN_SALT',   'KfuofMrq;.;H>R85FWAS(+85,[IF2m=v35vy,$SZW;dO6q;D63=IJmz{Q/X;Vo~;' );
define( 'NONCE_SALT',       't/~lHhi@Oa!^Ux[#2cK$LaD6y7r4&m`j %CdBm+*fdEdle H_zuwMzXk:-6n=sQ_' );

/**#@-*/

/**
 * WordPress database table prefix.
 *
 * You can have multiple installations in one database if you give each
 * a unique prefix. Only numbers, letters, and underscores please!
 */
$table_prefix = 'wp_';

/**
 * For developers: WordPress debugging mode.
 *
 * Change this to true to enable the display of notices during development.
 * It is strongly recommended that plugin and theme developers use WP_DEBUG
 * in their development environments.
 *
 * For information on other constants that can be used for debugging,
 * visit the documentation.
 *
 * @link https://wordpress.org/support/article/debugging-in-wordpress/
 */

/* Add any custom values between this line and the "stop editing" line. */



/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', __DIR__ . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';