<?php
/** Enable W3 Total Cache */
define('WP_CACHE', true); // Added by W3 Total Cache
/**
* 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', 'wordpress_m5oh75ee6b');
/** MySQL database username */
define('DB_USER', 'K06TIWJTFYFwb3i');
/** MySQL database password */
define('DB_PASSWORD', 'ogF9bp7cBpc1S20n');
/** MySQL hostname */
define('DB_HOST', 'lsmag.ipagemysql.com');
/** 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', '?fTNO{|w_h^QA?EYBRc<]|Hf->SF=KIPbqvd*datYnIX^VnyVHPVX@|CABM<wkg;SBI&PFluER[&SmBqBSLG$@^FjNHv=WLOobE)xGZ_ol]-Nfl-/G}m(VL<rF*rfyK&');
define('SECURE_AUTH_KEY', 'pDs]p&wECEmhQzUTHCfA$fWtPsQKX?IlXXAt<DR]mgUBa;Ts>*){r/bve/RYiQ}O=uQ}vbQuBc<sC)(}<cvrFh$WBgt!g[?aoQalKmy>PZozB/BNHAUWAuC}k!;-$[ND');
define('LOGGED_IN_KEY', 'P>_-aHT|<aa(Tzj$AbRT&J[?{<MB&xI&sxXQSp<kyxBDxIXU&PVdq{q?{=AFn)tg^spjOo;q/C{E/ffMex()P$fTsZ_u<=QwS[EGAdh_duJnXCfl+TYzdlPNPSCO}QY;');
define('NONCE_KEY', '{bZ+LEIT/pLjr!*^eIl$_%^Hx(r@M!@KjYwwN!XXGeuEi$F]&eGYkJev{Q;hZDY%+*Rdfppp>PXd}gGyXQpOuGO*hy=-jFsUOQ*|nQufw@=vjHqLOFVO|s?A+O)L|kcY');
define('AUTH_SALT', ';|K|%C<FegZFDSgNHEI)u/|=+fdl]&W@BUlg*Rt-|rwYJq(RUPj$gg@Ovdtwap>Jqn-Tvz+{>SWtcsyu|^e%}NRbQ{Aw+IJs{bFar^|^]VqmZ]pleYVvJIcn]ZWLSz@^');
define('SECURE_AUTH_SALT', '@OYzmX$B/{=iq/?BWcIXo[nfw/nLYLB!]k@Cz?TtII>jU/O+a[)Ff<oocF%l[LmK?i{VtmK}s$hjavS/^GYEl&xKed{k>anYZ-E!/vK]S>}NNEHXYSP(CSkr+Yb@tb<T');
define('LOGGED_IN_SALT', 'd$xvn!VkIENIR<%tzpJKP%ROYPqiL{puUJO(gARS*(k@T{|Pl>ZAPn{v+a/&$!J*GvQb(F@FH(OLWGhlX(pIzS_]]Ra!fo+F+uM{=nyplvlIXW@vJiiaKI$ea}EuLCdy');
define('NONCE_SALT', 'cnsBvxe)toz=L&z>IqFuHZ>EtFQvfm<{d]nF+]|p|i=/WSqUUyYK<QL-n_OxuGZpKuD_iok@kk;jqX<o_mxfbfKq+Dzy!T%*?}DCApOOf<gkJFYKbR}=A;tLiwX&^JMz');
/**#@-*/
/**
* 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_dnlm_';
/**
* 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);
/* 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');
/**
* Include tweaks requested by hosting providers. You can safely
* remove either the file or comment out the lines below to get
* to a vanilla state.
if (file_exists(ABSPATH . 'hosting_provider_filters.php')) {
include('hosting_provider_filters.php');
} */