| Current Path : /home/seto/pribaltdom.com/ |
| Current File : /home/seto/pribaltdom.com/wp-config.php |
<?php
/** Enable W3 Total Cache */
define('WP_CACHE', true); // Added by W3 Total Cache
/** Enable W3 Total Cache Edge Mode */
define('W3TC_EDGE_MODE', true); // Added by W3 Total Cache
/**
* 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', 'seto_lan365');
/** MySQL database username */
define('DB_USER', 'seto_lan365');
/** MySQL database password */
define('DB_PASSWORD', '3838hngnmeis9mkz');
/** 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('AUTH_KEY', '5097dhiWcZzLa1Gp3YjQRZ9Wqph3WQnIq5NF0cjRz63TLNvmgWZNNlJPL4aQ');
define('SECURE_AUTH_KEY', 'mvmtN62DZP0M4i8AJ5lSB8Fi75TQtwTQH4TyUWCmg3Y9IHiPqumzP8SvUt8k');
define('LOGGED_IN_KEY', 'A5LuJEgKVIZN3OCQvoAVmnavmplGREJ2ygwyp0UWtno856bxQ9wfWkUzpaGe');
define('NONCE_KEY', 'jb7yujcjZe4Pp4ItSB0H4Hv0LBcMNcNdrZPXGBl6VTXPwl_dlKKFIsCDLDUF');
define('AUTH_SALT', 'aUyrNmyy8xgL3iibEqx8f_0nQNPtRDpwQmq2diNAnzxAlgth28IkRxC86LD5');
define('SECURE_AUTH_SALT', 'BkVI0OeE_UHfkCH2Wb9gYHt3E_BZLo8w_CeRHKN242rAkr60Qc_MFQu08rDe');
define('LOGGED_IN_SALT', 'FqwBrpq61LRpu8LEeLSSX1l0v3RTFreu3DZ4ssfd4XR1af2EY1b4AHmRjrFf');
define('NONCE_SALT', 'witS8u9tRl_UgUSyFhDiGZztp_pxeW4vPzlMUAEoJqfKorxWblD7EaxjZw44');
$table_prefix = 'wp_pribaltdom_c_2_';
define( 'WP_AUTO_UPDATE_CORE', true );
define('WP_DEBUG', false);
define ('WPLANG', '');
/* 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');