<?php
/**
 * 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
 */
/*
 * cPanel & WHM® Site Software
 *
 * Core updates should be disabled entirely by the cPanel & WHM® Site Software
 * plugin, as Site Software will provide the updates.  The following line acts
 * as a safeguard, to avoid automatically updating if that plugin is disabled.
 *
 * Allowing updates outside of the Site Software interface in cPanel & WHM®
 * could lead to DATA LOSS.
 *
 * Re-enable automatic background updates at your own risk.
 */
define( 'WP_AUTO_UPDATE_CORE', true );
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'd80858_wp');
/** MySQL database username */
define('DB_USER', 'd80858_wp');
/** MySQL database password */
define('DB_PASSWORD', '>aSYOM=%');
/** MySQL hostname */
define('DB_HOST', 'sql1.vws.ifl.net');
/** 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',         'WqC&-mTz=4r,gLX_nAt}#MT@&8:-PH1F!S/->tn-ianqc~UnIfA)!^vQPAmiTB9/');
define('SECURE_AUTH_KEY',  '^Eiei/QSP%{[o@=;W>L,L;8s8sUbUQyQR`*V1eS_)@S14;Z.xlMWS!/RO6SwI|PE');
define('LOGGED_IN_KEY',    'CtIPN?@WnCei@<1;ytH0>hDDV5vt--SiTF-O8dT0Cvh6+gcU4S7reW?|/zkF~~@c');
define('NONCE_KEY',        'h-YpK-X#!FkqPY0+8c3nqmFGhWj90}-ScK>E?_ux.Py(}1@@YcvR;&{#i-vBN,rR');
define('AUTH_SALT',        'sThu5;Ug5=Ek!^R#;AaOiDpH7 1{Nk}6egDJ%aIi$SacmklJG.;M4ZVA+0$r9vF,');
define('SECURE_AUTH_SALT', '5c,1OI$1+msH^rY| $AoEuP*$QT${f1%h-6=9RLarx[82i`._-O9ES$woX;GAE9L');
define('LOGGED_IN_SALT',   '4?|&{_vCVVdn3D+yO-5h}2a7z^ThKSU@X`MCi|gJ?*{T!I-%R|Ru*u-bp2P|_<y}');
define('NONCE_SALT',       'N+v#-UW]>KFqSo$$mY@1HZ@W5W@bg^dlp42jf2&3x|_ul#Xh?ZYw%hWsF_- AX:(');
/**#@-*/
/**
 * 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  = 'dc_';
/**
 * 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', '500M');
@ini_set( ‘upload_max_size’ , ‘64M’ );
@ini_set( ‘post_max_size’ , ‘64M’ );
@ini_set( ‘memory_limit’ , ‘500M’ );
@ini_set ( ‘file_uploads’ , ‘On’ );
/* 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');
define( ‘WP_POST_REVISIONS’, 5 );