HEX
Server: LiteSpeed
System: Linux sarajevo.maychu.cloud 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
User: inqua407 (1189)
PHP: 8.3.17
Disabled: exec,execl,system,passthru,shell_exec,escapeshellarg,escapeshellcmd,proc_close,ini_alter,proc_open,dl,popen,show_source,posix_getpwuid,getpwuid,posix_geteuid,posix_getegid,posix_getgrgid,open_basedir,safe_mode_include_dir,pcntl_exec,pcntl_fork,proc_get_status,proc_nice,proc_terminate,pclose,virtual,openlog,popen,pclose,virtual,openlog,escapeshellcmd,escapeshellarg,dl,show_source,symlink,mail
Upload Files
File: /home/inqua407/public_html/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 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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'inqua407_thuonghieu' );

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

/** Database password */
define( 'DB_PASSWORD', 'x8v9X(k@44v*BWCz' );

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

define('DISABLE_WP_CRON', true);

/**#@+
 * 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',         '`I:DWkMkRw/f!m, akQGaJ& AR*pA~-,d! 0:(5|{8t>^50)6!=k7JgmNNV6gUV!' );
define( 'SECURE_AUTH_KEY',  'a1I%|uU[2~VOEZxs:tMo;&&|d DBj4Z#uO@@B[W$YEglvNz@oYQC^GpJA.Rjk(Mx' );
define( 'LOGGED_IN_KEY',    'oZ9xB:WIbIJpn{ Eah e_ZbD/w*i}&QfjYt(P1Q8A)MV&&:+.&7fQ.#aU[jEIU5`' );
define( 'NONCE_KEY',        '+M T7s1XPVz f5PPa<f-/O@YAv9R!^~kEi)]C+ikCyg4?L8.p9g/U};:6P@Fo@W$' );
define( 'AUTH_SALT',        'cwA5GDq8@Q@a~bBV86r(WbYjAFv8e5f1u[)-.8U}+HmQN rAIiXzC&pjni%YA,aW' );
define( 'SECURE_AUTH_SALT', 'q,7vY|ro*%-n5m?)O0%/j~U4`@:}wJcsS ^s&I1V|QyIQF4xC]W2^PAf.T^XuW_,' );
define( 'LOGGED_IN_SALT',   'G?^E?,/_x[;&v}Z g9;UbDA^}F@0yv%>M<%J|X?j~6Oqxq2Rgn/xC<zb_kM`DHXM' );
define( 'NONCE_SALT',       'db<q5X=:iAX.zwj<fMZBy9dkR3$h0;HwI!|rim+{FG!0z>~`5]>BvS4LqE(H!Z?s' );

/**#@-*/

/**
 * 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!
 *
 * At the installation time, database tables are created with the specified prefix.
 * Changing this value after WordPress is installed will make your site think
 * it has not been installed.
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
 */
$table_prefix = 'bz_';

/**
 * 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://developer.wordpress.org/advanced-administration/debug/debug-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';