| Server IP : 103.48.194.25 / Your IP : 216.73.216.74 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 User : sieuthimay ( 1016) PHP Version : 8.2.20 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/phudieulucbinh.com-bk/public_html/ |
Upload File : |
<?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', 'phudieulucbinh' );
/** Database username */
define( 'DB_USER', 'lucbinh' );
/** Database password */
define( 'DB_PASSWORD', 'vtakqHxZ9K' );
/** 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', 'kJd3EypAysFld4T}U6)|wV3.Z9Oi:]8T[X&vb.%`6Ut Wj)O2!<fBC;z$j|V-d%n' );
define( 'SECURE_AUTH_KEY', '. yt8Eme)S)tt9_8ZBdNs*wPDTFi.gxOIV#I8i@*E/*Jp!p=f1C7&+(xjyd|cDyM' );
define( 'LOGGED_IN_KEY', '8Z17nv]ruw??@8nIcf+<z$~3(|KPCWy0^ObhR18n7GljgI2Yd<[?&J]&b[:V&>]/' );
define( 'NONCE_KEY', '~fIj7G8N|#yqe?xQoV.x#<$32HV:a[)+5jaN$M0cimq~-Q!sdr8e6Q.fh=!5]|s>' );
define( 'AUTH_SALT', 'mGCJl~3!%%BFWU:yd3q!/33aQS%]d(dO}K,uNJ~(T]HvY)CW{d9CsH:USS{hw;9[' );
define( 'SECURE_AUTH_SALT', 't{cQ9X1wxz^kH7zcxBLgdc%L;p/eH$DP8)q5{!EmXrcf8enAz4GjGtJxlYv0&l2N' );
define( 'LOGGED_IN_SALT', '*9w`3D.$nkRO!z$-Y@#$_-DsKw9;$tXdxZN jQ.1/l%*WFn<DZ#Z=qK>YFAy`5;}' );
define( 'NONCE_SALT', ',ppbvwJgbGanHx41GkDvTF6JMZ7)$Hv,&J409mh:(+y1>v8sC1|3Vs7U0>gk{pS<' );
/**#@-*/
/**
* 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 = 'pd_';
/**
* 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. */
/* 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';