<?php
//Begin Really Simple SSL key
define('RSSSL_KEY', 'IIb5V58Q1QNRLUVglp7vrVXkF7lIiXvb1RB1q8mgjEYKiVcpSdMRzan9t0blLg0A');
//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
define( 'WP_CACHE', true ); // Added by Speed Booster Pack

/**
 * The base configurations of the WordPress.
 *
 * This file has the following configurations: MySQL settings, Table Prefix,
 * Secret Keys, WordPress Language, and ABSPATH. You can find more information
 * by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
 * wp-config.php} Codex page. You can get the MySQL settings from your web host.
 *
 * This file is used by the wp-config.php creation script during the
 * installation. You don't have to use the web site, you can just copy this file
 * to "wp-config.php" and fill in the values.
 *
 * @package WordPress
 */

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

/** MySQL database username */
define('DB_USER', '');

/** MySQL database password */
define('DB_PASSWORD', '');

/** MySQL 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',         'iIp`,I0DrDO1izzc?|/&8h>=qLef)5hO^Q{NG,(;pK8Pv!xWpin+3.-tq:-_XE.t');
define('SECURE_AUTH_KEY',  'c_9n+4:-]*-$yn#>c(?T=-n*^fT /BaS`T{40}Y79;3v|++q%R75_eH3N1mcg(~^');
define('LOGGED_IN_KEY',    'QX%MyypeaK-kIyOrO|l|Cv= U*{5rXL_j_}g+JR]>+7r0Xuh-MBd~-*gI5oNAc+w');
define('NONCE_KEY',        'px_%-u7d?ZRsfjm5XxhG!G&[1#9x+Y ~SY{;+w-C=#ssB}R6:S?GVMoXH5=[vr6%');
define('AUTH_SALT',        'onhIk-}WtUE28B]m,t)$I6Id!OW4i7E_g71 I;RPCD3Q.d:cW+BKg=}.-j-R_brv');
define('SECURE_AUTH_SALT', 'MZ$cq<h8O.`o{EIL+U1)u3*VU@0m#rA/-dckf9)Q~]V={1-vv|zlz)=V@)|:5*MM');
define('LOGGED_IN_SALT',   '9)@R9VXEI%}R^u*rOsMY&9Pc0w-7Vm.t*@:V|iN6~UtSZ+k[#kZ1HYZLs4FMdSnQ');
define('NONCE_SALT',       'Akq~|-DK9 N`wNL^l8b}.Sl4uU;sT:M,-*(#QhH$KY[zGifcbB#B(#lMv|w1*pL@');

/**#@-*/

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

/**
 * WordPress Localized Language, defaults to English.
 *
 * Change this to localize WordPress. A corresponding MO file for the chosen
 * language must be installed to wp-content/languages. For example, install
 * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German
 * language support.
 */
define('WPLANG', '');

/**
 * 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.
 */
define('WP_DEBUG', false);

define('SUCURI_PLUG_KEY',  'bbb4f404b45215a59cbbf8f406d8a30e61afcbb33bef7bae99b24405af60b176');
define('SUCURI_PLUG_SALT', 'c70f29c532e43c6ed44b1aa31bff6c558a6d26aaec95c96fd96173e40bafa85f');
/* 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');

/** ME ADDED SECURITY  */
define( 'DISALLOW_FILE_EDIT', true );