/** * The base configuration for WordPress * * @package WordPress */// ** Database settings - You can get this info from your web host ** ///** The name of the database for WordPress */define( 'DB_NAME', 'ydcb_server' );/** Database username */define( 'DB_USER', 'ydcb_admin' );/** Database password */define( 'DB_PASSWORD', 'EEB29630CE' );/** 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. */define( 'AUTH_KEY', '>WDBl)*xY][.Ndd>][Bbu8elvOIenCRE=f:l!zT(*;]};pl0=|D=^kW7RGXSQC,^' );define( 'NONCE_KEY', '^PyU25VQ%BGHM%jGqd :(U?k =u^=W,:qy?iY0H/IQ%)_[F*3-ol!+Qp2n57~Y' );define( 'SECURE_AUTH_SALT', 'r+rq6H(udL#EPt0 0yaw5jah-#^rfnc~|J-kq?S6KU$5p)OQVWP6-@-n_YXk;y}i' );define( 'LOGGED_IN_SALT', 'hiRsmr/]A>ufV,:zg`4vUTj$C,.`P1`Cq`wT-9%CM&NxIWXzc1<.M4eHlHYT8CF8' );define( 'NONCE_SALT', '4[vkZ)FX4kEm/it,y0YVA3]q~(9+A-|;BQ::hb1vo579GxTQb)IXwo*QTZI2U(l9' );/**#@-*/$table_prefix = 'wp_';define( 'WP_DEBUG', false );// ============================================================// 代理 HTTPS 支持(香港代理转发)// ============================================================if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') { $_SERVER['HTTPS'] = 'on';}if (!defined('WP_HOME')) { $protocol = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on') ? 'https://' : 'http://'; $host = isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : 'www.hjcqi.com'; define('WP_HOME', $protocol . $host); define('WP_SITEURL', $protocol . $host);}define('FORCE_SSL_ADMIN', true);// ============================================================if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' );}require_once ABSPATH . 'wp-settings.php';
Fatal error: Uncaught Error: Call to undefined function wp() in /www/wwwroot/一刀超变/wp-blog-header.php:16 Stack trace: #0 /www/wwwroot/一刀超变/index.php(17): require() #1 {main} thrown in /www/wwwroot/一刀超变/wp-blog-header.php on line 16