HEX
Server: nginx/1.25.5
System: Linux hcss-ecs-9064 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64
User: www (1000)
PHP: 7.4.33
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/885213.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( 'DB_NAME', '885213_cn' );

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

/** MySQL database password */
define( 'DB_PASSWORD', '97c89W55ztaXXypC' );

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

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

/** 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',         '2@GE]P!zg.ro::IapdMKo_{gavS;R_KE%?;,>dMk;~5mQ9Uoq981)l=/q[VlRCb<' );
define( 'SECURE_AUTH_KEY',  'PL}VNZ*F{,K>GzZL4Hv4x~zTWtYN4+vi_#3aS=iPy8m:+cdW4Ck>F:$Wh*.015[u' );
define( 'LOGGED_IN_KEY',    'd#O/xYU]/FqDzqaJh5qS~GgAKz]dAR$JX..}{/^; )u&Ce[b05J#ooEJByM)5y|d' );
define( 'NONCE_KEY',        'SjmyLoFL0u[](}xL(N @VgUFI|R9-azWMMu(-u}=ycG4K,>)V)]`7VeoB)HK4Gz;' );
define( 'AUTH_SALT',        '-2yniMvWGBIj~c.sfCJ>fHpqM}K<kuI*$d+!;ILZn;eHp sn;)qX_b[{d2~cPu,#' );
define( 'SECURE_AUTH_SALT', 'Q,G:>ATD+I (MOgf;I;PmXK$W?,^N/@s{=lp9%]@YGwAb!@6srrnkz1jc{gL7U5x' );
define( 'LOGGED_IN_SALT',   'J;*9I?Tehp]{tudpg.v/O;Q$tfP2J1n2Bct6-[=W<B}AQE&_)!L[,4@9a[CT6J!3' );
define( 'NONCE_SALT',       'w]-J)bmzWac5V8ZA,F!8q`7VczQGjb}LFI^a&7J5vo{Al,]lQ$k<md1Csi&T(ms1' );

/**#@-*/

/**
 * 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/
 */
define( 'WP_DEBUG', false );

/* 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';