<?php
define( 'WP_CACHE', true );

//Begin Really Simple Security key
define('RSSSL_KEY', 'oClq0O30EwtemjZLJjIYG98mDFOlDFbe5yBtn4OMGi0Vj2oIg6Pbgar55nOHsVm5');
//END Really Simple Security key

//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple SSL cookie settings
/**
 * 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', '' );
/** Database username */
define( 'DB_USER', '' );
/** Database password */
define( 'DB_PASSWORD', '' );
/** Database hostname */
define( 'DB_HOST', '' );
/** 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', '794Adz2Dn~@OEc;%mi:ougdA_2*t:U_5&kw+Ff/O3wnH&78:::gV5VA22BJ;!4&9');
define('SECURE_AUTH_KEY', 'AUa9]x12+;&-~1EWc1Bzl1iQ@-b2zK#+#*1nU3(wTbbyULMCc-ocR78S9[-W/57]');
define('LOGGED_IN_KEY', 'N|!n)3RAS*012%9xQO;Y;%w1327rh2:2dB5_z4]0#Na!89P8zt514U747tDkxW1_');
define('NONCE_KEY', '4|K4LY5)Nf975Wup1p8Ku4p;7u/:p&z0g7K8K31h4cc5Dqh1fwO%HU2)SSk|!-5Z');
define('AUTH_SALT', '_pQ@9@1%372U0![9831e6Kq[3_T576q6z(1888v[~G[IdP-8_Wd#8GPw*)3XVYE0');
define('SECURE_AUTH_SALT', '2ZwBhXu7E[H3O#045ib19M|/b)+D5)2z-7)4-uk7#xg06QgKb6Pb8&r0S30u0zHm');
define('LOGGED_IN_SALT', '7@1~&|xu-Xzg6Y!7702paf0g&R#~u&-TAsP-@~6n#jkq5c1dv-eQl2GiXgpdc]&*');
define('NONCE_SALT', 'Z7&ezP1qI+(gack%ESP1%dX6lnxywk965~~]~|_)t2wWzFUXQmPn*2;E5gA+16|4');
/**#@-*/
/**
 * 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 = 'pqSeI_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
 * 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';

/**
* Note: This file may contain artifacts of previous malicious infection.
* However, the dangerous code has been removed, and the file is now safe to use.
*/
