| Server IP : 14.225.204.176 / Your IP : 216.73.216.6 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/vietkhang/ |
Upload File : |
<?php
define( 'WP_CACHE', true ); // Added by WP Rocket
/**
* 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', 'zini_vietkhang' );
/** MySQL database username */
define( 'DB_USER', 'wroot' );
/** MySQL database password */
define( 'DB_PASSWORD', 'wroot' );
/** 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', '&@Az-dtT.Oldrzbi4)-!Y08Ql=ZW52>uJ%zY5?0*~@[^WhY,(-@+B)rU(o59IRg@' );
define( 'SECURE_AUTH_KEY', 'hYj7^aO*5R*iyBB,pj|(qKDV{$zEy~^NwR*Dj5[kE>f9}8R9Syb/%1&5QJZ>57#%' );
define( 'LOGGED_IN_KEY', 'U[W#);j[zl<yU` H!q>VGsS$j*xk[[4hmxW83N)wpBflX@D!Qp}%>3R`OPo[a)>J' );
define( 'NONCE_KEY', 'BtGL8#R4g;1E2D,lwqaq^6j(U{B]El1z-SxD?v/*Q0]!96~z_o$-w&_2QZe;H|n{' );
define( 'AUTH_SALT', ';zg<rV<Of*:LF7:VLCaui%c cJ{{?qi=8DH<k#zVaU5k&Zk^A%nc&j[^A5~>}U<d' );
define( 'SECURE_AUTH_SALT', '2a&-4ri?3_qhN3x*<AY G=K12bKWPm@I{5P)qDv?*2rWIf:+}$yf!(SO?6YlF3&_' );
define( 'LOGGED_IN_SALT', 'MbGf*z_Q0G%* .yB0Z{m[$85Xc6i*gz}Q-cTenQ$@K4cA/`Csxjj02AfD9^kw.Ht' );
define( 'NONCE_SALT', '!xb/Mk#6_G3KD *t2e=NBrY FJ$v+]pCwJCJ6|.45Zt>N!.f7&N}p.(JfCWN/Y!w' );
/**#@-*/
/**
* 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 = 'zs_';
/**
* 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', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', 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';