HEX
Server: Apache
System: Linux seap04 3.19.0-80-generic #88~14.04.1-Ubuntu SMP Fri Jan 13 14:54:07 UTC 2017 x86_64
User: web2712 (1472)
PHP: 7.3.5
Disabled: NONE
Upload Files
File: /var/www/clients/client3/web2712/web/wp-config.php
<?php
/**
 * 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', 'c3nmzakupy2');

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

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

/** MySQL hostname */
define('DB_HOST', 'sedb01.aceit.cz');

/** 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',         'd&paj_btB/BDMwp=i.u|r4Om9DHDFw.UOaux8f=HF8+m?aU&k]~>x])3>:{KJhR|');
define('SECURE_AUTH_KEY',  '$-Vfcn|{?B!:`HOD<Eb`z`EqZKXb?*+|+~Eq+s@vB2u(E2l)1r#B^|=+MosA:<>e');
define('LOGGED_IN_KEY',    '=5F>>qB3]f+OFU6xZhOtqzJj&K4+MFk)A7HfGmyiRZeN2+XD6M+4$K.|D:fT{}e ');
define('NONCE_KEY',        'Z_rL{hK?t`4(V*Aa]?A<=CP HbsOO~OvD3=JyIXE;FjR+n;Qw(_-Vpl>d}&J*3wu');
define('AUTH_SALT',        '/e{,wYM)+bmGk+rugtHgI--`aaeu|!?9-o(>Y3YMK1Z,G+=Uc-Mh<K2!X]#}mQ,B');
define('SECURE_AUTH_SALT', '@}K<Bs~.`+G|nWbOK4+drf(o?s,WL808,sQl#9LnqiMowAwU-Ooq6u*^re1g.7#m');
define('LOGGED_IN_SALT',   'Km+G/RxSemt&t-N*0~y:Z4+aP]4&l)@Y+xE0k{W~&}f&X28~OlKH f+vi]n)E{|j');
define('NONCE_SALT',       '*C8k942iD2GLQQ3_0-#{mIHCKgVoX5ra8NCT:.:@s+Uu9X!A=nM/aFeV36c..Tej');

/**#@-*/

/**
 * 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.mo to wp-content/languages and set WPLANG to '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');