define( 'WP_CACHE', true ); /** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the installation. * You don't have to use the website, 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/documentation/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', 'sql_kuwin_direct' ); /** Database username */ define( 'DB_USER', 'sql_kuwin_direct' ); /** Database password */ define( 'DB_PASSWORD', 'a340953af14ae8' ); /** 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', '0|D*YqT-V-6ODA66nbq}683 Hl;CyXn(0DJ0EongLH,Q}]ao-NI56!)n^l.pGygG' ); define( 'SECURE_AUTH_KEY', 'XozT5vi~>L3k1LO#4CXmHG_xBEANSY3fbSfDQ92b0D*q7~=:7nwtwbv]:l{2wINT' ); define( 'LOGGED_IN_KEY', 'qe^[2xdxQ.AWNZyb6j2}z_U]l;I=XuNv@dzDpmM9m/4)]Yr,*Sd8~-_E%/VutmWN' ); define( 'NONCE_KEY', 'Mx|CK2K7=3/=|xA2S]tWIAj,-ybv$wqGfdBksGjyo?T5~WBHFJX7,#Qo:0(S&NbT' ); define( 'AUTH_SALT', 'eE0`4Isq8[rI$PIBiqQ(Yr0[9gN+~u/tHzSo5m^P+09GJQ_m;GA4&Oy9so?1s[jV' ); define( 'SECURE_AUTH_SALT', 'r=bdXI__tLl9i@.;-nK_;I=DiV!oXj H2b/>@g$[S7o{)1GDDZ4W4#T&BUb`(Y.T' ); define( 'LOGGED_IN_SALT', 'U+Ar3YBhY_W:P0g@S}_Z~(>E8}SNyA!5d31S)vmk^ybs+038ljwX8`@~?[xm?Re$' ); define( 'NONCE_SALT', '(s5/a|$1j9:.+y}@/W,P75SK[9JnGd|kJ5cP>G`#GS)_Rmo2NO2y4@/eG*Ut1c/5' ); /**#@-*/ /** * 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/documentation/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', false ); /* 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';
Fatal error: Uncaught Error: Call to undefined function wp() in /www/wwwroot/kuwin.direct/wp-blog-header.php:16 Stack trace: #0 /www/wwwroot/kuwin.direct/index.php(17): require() #1 {main} thrown in /www/wwwroot/kuwin.direct/wp-blog-header.php on line 16