HEX
Server: LiteSpeed
System: Linux kepler11b.titanwebserver.com 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64
User: bhs1993edu (1038)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home2/bhs1993edu/public_html/wp-config.php
<?php
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 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', 'bhs1993edu_123' );

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

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

/** 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',         'lot7pbkpq6gso1ozsj6hvn5g4m7po5g9w4wnwtsslygm5pwxxvlq3evej2rxthtz' );
define( 'SECURE_AUTH_KEY',  'snreq4vckrjqjrho9d3x8bzxr5i8etd3ew8luw38utmexxsm0bpaevxcvm1s6i7h' );
define( 'LOGGED_IN_KEY',    'u1zz36zigecvddwo2faxsa5j5xq0zz1bqnoxymsfkx1g9gdypfcefzhaan19cefd' );
define( 'NONCE_KEY',        'bgcvs3fjqrzyx5bkeuyy2tr5l71ct86ngzprqoolsufkojgtflitku9tbkl6ocbb' );
define( 'AUTH_SALT',        'sadbt2yvfn8xei2a1tvivg87jk3dbtexhsjnseyztrzvkoimv2ageisduqvmuswb' );
define( 'SECURE_AUTH_SALT', 'erxcuacfumtvufqeqvnpnidjdpv4iqtke41tuqatuc3kegywyphhtvyio34twl0f' );
define( 'LOGGED_IN_SALT',   '88qw2csffnwnw3bgelvvlyqxti16olnsibmwopjwl2wgn03ll8zcfaau2zg2glea' );
define( 'NONCE_SALT',       'suoew0ziv62blvi7hfkvhey0xbin0rfababy20gcar6thnid0gmawqbqegmyzhau' );

/**#@-*/

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

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