Uname:
Linux yisu-647059427c03a 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64
Software:
nginx/1.22.1
PHP version:
7.3.31 [ PHP INFO ] PHP os:
Linux
Server Ip:
103.146.158.90
Your Ip:
216.73.216.141
User:
www (1000) | Group:
www (1000)
Safe Mode:
OFF
Disable Function:
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
<?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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'ai_shandianfk_co' );
/** Database username */
define( 'DB_USER', 'ai_shandianfk_co' );
/** Database password */
define( 'DB_PASSWORD', '24rd8RQBnB' );
/** Database 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', 'F/.SB.KG|jucV6gd*H0|f=7|0(8/l7BLEm4S7IN7o7l%E&*61!6{r|B+;sT7<df9' );
define( 'SECURE_AUTH_KEY', '%39e9p&#tjXAsyY)~1}V9X}PCQ^3JBB_^Mt)[H|-xZDg+ot%]x3W$z:7|)2_8E!!' );
define( 'LOGGED_IN_KEY', 'OBp:Q9/w^CXKJ1urhqZ$a,LnD>G>3W39+f ZONGt{hX_<[sZ?Yil/)Jpd,BH;Dfy' );
define( 'NONCE_KEY', '0#z[{Cb{1_To5!?M(VO3wV>wR[Ne1J#;MY./5u!0gIYKduv=|24%$nga#8 L%P1k' );
define( 'AUTH_SALT', '>73y!I|@;T4fBb6MxzjCEMLj_~Gz#Vu=$8@Eq7A-A b_RJ{u5<7{^j%NGU5B%%}u' );
define( 'SECURE_AUTH_SALT', '+!{h_}3FE7U=S_K#h4<}^{37g_#h[ia0@D_.ZR&fqs$KZnFXDFID^& _2i~gnriY' );
define( 'LOGGED_IN_SALT', 'wy/KkvmaF>k!3vGrZ+RaV7nj_1ZosFB)LCpA6o;gH<fEAT C;oEq@tOJsdy8a^!_' );
define( 'NONCE_SALT', '7yC{IL{l6n1q{%H0Dv/tsf!QpdnH,|^LK9w%vCbbO+2oh!lQP3elA?/jjQ[$?z%%' );
/**#@-*/
/**
* 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 );
/* Add any custom values between this line and the "stop editing" line. */
define('DISALLOW_FILE_EDIT', true);
define('DISALLOW_FILE_MODS', true);
/* 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';