<?php
//Begin Really Simple SSL key
define('RSSSL_KEY', 'VdDWgYfIjeZ19RV4EwRHxVqpXtXDE4KGBePg4FONzEOXfF6Csbw5LLsBICLe7Sgb');
//END Really Simple SSL 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:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', "bestseocompany_qmx71");
/** MySQL database username */
define('DB_USER', "bestseocompany_qmx71");
/** MySQL database password */
define('DB_PASSWORD', "R.tFV6FH1XhqmAba4hF31");
/** MySQL 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', '');
define('DISALLOW_FILE_EDIT', 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',         'OVVen? /6SY2AZfL_/#KFx+4TTQNNv*].-2mt1}@Tuq$#]|/}+7]f Z%ctLje#Fb');
define('SECURE_AUTH_KEY',  '3fJylAO%GNqiwB+m$BotF*o1dw%&cZsF.T~$b|CaoFOyJ^Rlh9co-1B&07)vUsQR');
define('LOGGED_IN_KEY',    'L--HJgazIa,is52R/#cBL,I,lY 4]lu<s}L+HPed0TRN]fY}V`gUbPdT(=Pu]U-8');
define('NONCE_KEY',        '-t,uoF.P,Z:hr-9,VCvOh)-tc;?>7o4[872s$)m2L`Igu`=]<u6,LC- e$iadJvH');
define('AUTH_SALT',        'dg$8u9(<*#6W !9w4-q3YefSA0NQE7-j#;7 #E-<g_*YN9+Cmn>BO^ =KkGxoWj0');
define('SECURE_AUTH_SALT', '7^{)X8(=+g9-YDvA:JUU@c{W?[/7;q/H`yT!^g!nL;![ ?`~7R)]m)$RgsVBiHqF');
define('LOGGED_IN_SALT',   '2}-GogNZh:OrNy8jj4COvoJT(.j[<!2} !>Qk$JV&RS+|w`AbrtSq}CO|Eh-vg|K');
define('NONCE_SALT',       '#gty5,)am8uK2USWa(+J&R3%O#jh=}@Bu-HNG]m,Fk!u<X{6fN,OK+w% 2ERtS1q');
/**#@-*/
/**
 * 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  = "s0zb_";
/**
 * 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 Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
define('WP_DEBUG', false);
define('WP_MEMORY_LIMIT', '256M');
define('WORDFENCE_SCAN_FAILURE_THRESHOLD', 600);
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
	define('ABSPATH', dirname(__FILE__) . '/');
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');