<?php
//Begin Really Simple SSL key
define('RSSSL_KEY', 'qqaVK3rUoqiwIy6glW9vE36RKwMAfbqiiXwlP08O4Pz2rBA5wZKGruP6uinq4YgJ');
//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

/**
 * 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 */
//Added by WP-Cache Manager
define( 'WPCACHEHOME', '/home/thelus6/riotinthesheets.com/wp-content/plugins/wp-super-cache/' );
define( 'WP_CACHE', true ); //Added by WP-Cache Manager
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',         '3%;]wka~j-WdJI2/r+pf93=|G,Jb?#Bo+;Jb:lvI@#&J}1^K.@P(qC{l>L%.Z|@?');
define('SECURE_AUTH_KEY',  'fK{NNnZ[}L?8^U5WFyF_W7H_*mW(B/7-hTc{p6_;`C:w[P;K/bDa)gm@Z0lAK-dF');
define('LOGGED_IN_KEY',    'ODCHN@/ZT*gUl6RGMeOH*tgZaK7W9qAj$2[-EA]UF_rrkUMxU18yO#,~$ ^2je|n');
define('NONCE_KEY',        '35ICQAX-n{62zH5rq0<lg`Pi/tHn|~#J~Sv+:)1:<knjqv)lJ^o#m4/+^PRVr&|A');
define('AUTH_SALT',        'stc~An`4]rlMh1{Z9K>g-x6]<[=|x)-Dj`_bKIkRple/<Q{d~q-9<_Y4mO=w2!64');
define('SECURE_AUTH_SALT', 'NdFKGgK3l)(_XT+!(q|,=ASfD{-B |kCPyXges[0r_??yP&n%:u~*c<u?z}qfJ9(');
define('LOGGED_IN_SALT',   'MskRT;C&ln~EyR^-_V|E9~I7tM`+?}_+r1|O[o/w`2Vr~Jz2D~y-%i%`0&}`l#TT');
define('NONCE_SALT',       'Q={dt7(+lC=eg8f^-r,_n3D6{&q4%as81L-v7p duWTX8t:+u|fkZst_v*>>|MuC');

/**#@-*/
define('AUTOSAVE_INTERVAL', 600 );
define('WP_POST_REVISIONS', 1);
define( 'WP_CRON_LOCK_TIMEOUT', 120 );
define( 'WP_AUTO_UPDATE_CORE', true );
/**
 * 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_';
/**
 * 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.
 */
// Enable WP_DEBUG mode
define( 'WP_DEBUG', false );

// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );

// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', true );
@ini_set( 'display_errors', 0 );


define('SUCURI_PLUG_KEY',  '8db5e78fdd652993618b33b9b5e4e9a3c725f2b65e577c2dbe28b13d593eba36');
define('SUCURI_PLUG_SALT', '411597894e010a2219fbe2fc99d24da713407fc2ffbf644802f9daf3db384e06');
/* 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');
add_filter( 'auto_update_plugin', '__return_true' );
add_filter( 'auto_update_theme', '__return_true' );

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