| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/studiokobylisy_cz/www/ |
Upload File : |
<?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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'studiokobylisy' );
/** Database username */
define( 'DB_USER', 'studiokobylisy1' );
/** Database password */
define( 'DB_PASSWORD', 'DeTgh34mnU!s' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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', '3bbD}n!|9NPp}ue{<[0xi4|)nzhf7XqVZ.+1;%7lgU2%QFrp[H?#J]oc%v+JeBdL' );
define( 'SECURE_AUTH_KEY', 'QK>5dN$7C-(9Du>SJx^N!h|-?trI%byc_JhC&BQkDwl=+w,}g&=>NW_h]KK~PKlF' );
define( 'LOGGED_IN_KEY', '~,#cb[N3au.D(d%vg<{lI2(o 7mzkehU;D_W+ FDg8tp@-{z^b)$bo~o@Ag_`05.' );
define( 'NONCE_KEY', '}70gQN9,3EZ#AS?s:Qk;!2={0NE#ea~ZDCL+^Kz(Xas/M1.N}j>jmcnjAut6/dB6' );
define( 'AUTH_SALT', 'b=XInHb+?HTLxI6_6bpKq4tH GGY!(FeoSy)0+@b=aNfP#ndZT(;lKC!I ekOXY5' );
define( 'SECURE_AUTH_SALT', 'P@$*,Tuh#ms:YqFk83fe:63]u7^cv%5{Y2mLLXuh[-%MhB.b@/JjSbL*xz@/xpE.' );
define( 'LOGGED_IN_SALT', 'ha0@Q_LC_B13dh`>88)0t#QOln+aoX_(?(:QD GGJ)1o{@!r).9)Jt<=r>8Q?i&E' );
define( 'NONCE_SALT', '</W8/Kjp@@id>Jo?eU-ZJ}VI?s)*Wqbh&M_eu%QxR#Xs@Ax]b-OTj{0LfxdeZ y8' );
/**#@-*/
/**
* 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 = 'stk_';
/**
* 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 documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
define('FS_METHOD','direct');
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';