| 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/k633_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
*/
define('WP_CACHE', true); //Added by WP-Cache Manager
define( 'WPCACHEHOME', '/var/www/k633_cz/www/wp-content/plugins/wp-super-cache/' ); //Added by WP-Cache Manager
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'k633' );
/** Database username */
define( 'DB_USER', 'k6331' );
/** Database password */
define( 'DB_PASSWORD', 'frTZxde45cFr4' );
/** 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', '_>E}2)rbet+6ORBTWCb(vFx<LpIWM7Re[:5sAFIO28qdDu;e~NkZ3I?^BrD2W=kP' );
define( 'SECURE_AUTH_KEY', '~K3(H3a= h>MARH]Y$&i!t!Q>KA`UT(bm ]-fW8~}jVp5S]W9-2#tN~Ms*>C&Bbr' );
define( 'LOGGED_IN_KEY', 'OyZdl(q%([wlL#LaW`C}*LOUen&fS$_XFeO5d:P[`>W8wu5$&:2[pM9.}ls0A&~d' );
define( 'NONCE_KEY', 'lT|/b1g3^fp)=Of;a!$ksd`nZt=w2giB8Khngr/W9p )7;y&M4JiW{u?duqQ!FFy' );
define( 'AUTH_SALT', '9[7VfV!$OFA|$YGF=-^dd@Gm0(gycv}7vO:Sh [y~yQ,6zJF%3M{wW&C])[ILm9*' );
define( 'SECURE_AUTH_SALT', 'J.EsVW7n3cR6MdfKamFsuo{HVQ!z*o5{Vf_=%<gz+hRX?M[}8+l~uD-GVf$IOi{:' );
define( 'LOGGED_IN_SALT', '7-e4&}&2fM0~(_*ULEv.Gg55Pw(T$;fPA!!ni7K t,YQl_#4goK`da,qGdhFlQ/v' );
define( 'NONCE_SALT', 'V&]fTDo_BeB]lk=)`>c6C~4TubyI51RK(1oy]fY&:|9mP9*kX,fdWRdXzN>via<y' );
/**#@-*/
/**
* 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 = 'k633_';
/**
* 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', 'ssh2');
define('FTP_PASS', 'fgTre67h!vd@x');
/* 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';