HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux vps-320ddf0a 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: lamphim (1008)
PHP: 7.4.3-4ubuntu2.29
Disabled: 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/lamphim/data/www/lamphimquangcao.net/wp-config.php
<?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
 * * Localized language
 * * 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', 'lamphimquang' );

/** Database username */
define( 'DB_USER', 'lamphimquang' );

/** Database password */
define( 'DB_PASSWORD', 'aXUOB8bh4oNwwWxU' );

/** Database hostname */
define( 'DB_HOST', 'localhost' );

/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );

/** 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',          'k*VPB .36q|wDQ3qf^C#G>T@a=71)8Aw406if;&)PIHZNA?WGYMe3w-ovq;$>Rff' );
define( 'SECURE_AUTH_KEY',   '1cvUT|/5gRp[@B*+F 1d%c5EdGuQQ.[!Wb2JrvqCXf?5k2:#H?hhYdm~HZW6r3}v' );
define( 'LOGGED_IN_KEY',     '(9! M5/tsPxyo>n!7EdxKA:&&jAes6w(zmQcOBaO6=x4Wn8,0,`Eb}z(pLPP)ZxW' );
define( 'NONCE_KEY',         '?>.2~ODHI9XaJ&Nwa,7H#.3?1Vv!)rI^Qlmv@M5@0;%$4TfWMX4C6ZL<`Asu>9J$' );
define( 'AUTH_SALT',         'g=}J?&pg]x09P(X$b1HaZSE7CKM={>*1*9YrUKc%rBGCJ{DIYcO4sUu.Ts_`XR?B' );
define( 'SECURE_AUTH_SALT',  'bSzzRg&+=zsolIx6?=f1~iqWm;<|^_<. 5z`J:.+TU@y!*8UUMLy|uIQoTg?M&V3' );
define( 'LOGGED_IN_SALT',    'r.H*{zC0@0?}G2XGH^AJU{oF`CTp I4*b?DC`)]+EsDEgp@A-<(5j$E]T{N|-==D' );
define( 'NONCE_SALT',        'g0yJ5cGiN,gCY~hmmx97>IMn.RK~fXCFdSA~8Sc-@gZxgH+|j-pB1INXNL61-)j(' );
define( 'WP_CACHE_KEY_SALT', 'tO=3>hkWv{l7Jah+1W}?2shQ8<8?v=!^E-6s?Ng`&LYPb g$SP<3wv(+m8MjBEgy' );


/**#@-*/

/**
 * 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_';


/* Add any custom values between this line and the "stop editing" line. */



/**
 * 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/
 */
if ( ! defined( 'WP_DEBUG' ) ) {
	define( 'WP_DEBUG', false );
}

/* 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';