| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 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/sindler-dss_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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://codex.wordpress.org/Editing_wp-config.php
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', "sindlerdss1" );
/** MySQL database username */
define( 'DB_USER', "sindlerdss_cz" );
/** MySQL database password */
define( 'DB_PASSWORD', "kdobrucijemedvedi" );
/** MySQL 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', 'W_*@6hiVGMZ<]U0T$]5]9Bq-bv-^95^+#R4z^kM_gYeoC`SL//MH@r%r-%P2K@GZ' );
define( 'SECURE_AUTH_KEY', '92yGI2G`6Ox}ybuWD.,`fNY~*F(=~EUP4,=!P|a%-*9; ZbMoD6$zN{Cd(TnU<-q' );
define( 'LOGGED_IN_KEY', '#[,l7<0jyg;QR_E<tGFl9bL]$Q9Aq@#4as^BUAG(({[l;Z(7yB#1YWiW;*wsA>jg' );
define( 'NONCE_KEY', ',j<{]^-UVj`MD,dG<<Enk3MG060=uW.Io0qbaoQ$mWH,&G}t.nv:[`WtYZ@xVU<_' );
define( 'AUTH_SALT', '*a?7.XGMY=AZ?`UH `&/f_c|BO1lW*}VF4 f,y2<<KHJb4BT}DK^^d9}lxkJUj8K' );
define( 'SECURE_AUTH_SALT', 'TuO;(kC&$]QZ@9*(<<at/-;|je4{(+#xUlBc<bZ<=?1mAm+X0VZ&z}6M3Ks 3Frs' );
define( 'LOGGED_IN_SALT', '0W7?BjX^1#2.GTn`]`YKw%ytc|U#v!H[gH~l{-zMn3LOv4cZ|bmoy4eZ? qh@y^S' );
define( 'NONCE_SALT', '/_5qj{_m0HV!LzfY_Dmb6kv cHq$2mlIHA;G}(|*8 1dav&%kq?J]bI@xK@.u40' );
/**#@-*/
/**
* 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 = 'sindl_';
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define( 'WP_DEBUG', false );
/* That's all, stop editing! Happy publishing. */
/** 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' );