Current File : /data/web/virtuals/215191/virtual/www/domains/pagerank.cz/wp-config.php
<?php
//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 */
define('WP_CACHE', true);
define( 'WPCACHEHOME', '/data/web/virtuals/215191/virtual/www/domains/pagerank.cz/wp-content/plugins/wp-super-cache/' );
define('DB_NAME', 'd215191_pageran');

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

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

/** MySQL hostname */
define('DB_HOST', 'md40.wedos.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',         '#^78Xrgd(d<5abZXc14-T1DYp9l5HOu=Jk/&EMWPuqHr;L^&w*d|OGEsw f=Ig~y');
define('SECURE_AUTH_KEY',  'J|wIJV&F|AK|/zS;Y018HJ!tUs-~TX2^=|q)VxAf8Md68fD[SmH6ZMg[tJV#ClPJ');
define('LOGGED_IN_KEY',    'F*6VM|&Qc+CHJ|~j|z;DWP4Pa*vzjM>hV)6l|:|PQ*5_W).OEC(D|uha$_/P!roo');
define('NONCE_KEY',        'i.QA0/2)x(/b.M?L)Th_7ELYZAbxH(m z`d,F,[IF59?u(O|oX2s#$emq|Gs+85b');
define('AUTH_SALT',        'f _H;nF/,<:.Xb>O|:2db{7wiv~o[7l|3,?&UTn63(Tdxmq4<)szY,7o+hCU(#7X');
define('SECURE_AUTH_SALT', '~shke|D 2hoDq~}p-V}t=*`(&#7|-b,,=#&tY908,mg69z]|aYWpO~[9J49vGiFM');
define('LOGGED_IN_SALT',   'WP6jiO5z4j;|AZ-vK;++zQ8q|,kO+#/#vtvrASo{sidr+h;CC|RYJeC!U=b-C))&');
define('NONCE_SALT',       '-(++BjLF]X?Kb[&o3,OX6Ry.W};u]~ck|cq]?c9N4y9pPh1mmF`fGSjML_5f7+d=');

/**#@-*/

/**
 * 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', 'cs_CZ');

/**
 * 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);

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