| Server IP : 217.11.249.137 / Your IP : 216.73.216.64 Web Server : Apache System : FreeBSD triton.blueboard.cz 13.5-STABLE FreeBSD 13.5-STABLE stable/13-a3d32f9e6 GENERIC amd64 User : www ( 80) PHP Version : 8.1.32 Disable Function : ini_restore, show_source, socket_select, socket_create_listen, socket_create_pair, socket_listen, socket_strerror, shell_exec, proc_nice, proc_terminate, readlink, symlink, link, pfsocketopen, ini_alter, dl, pcntl_exec, pcntl_fork, pcntl_signal, pcntl_waitpid, pcntl_wexitstatus, pcntl_wifexited, pcntl_wifsignaled, pcntl_wifsignaled, pcntl_wifstoped, pcntl_wifstopsig, pcntl_wtermsig, socket_accept, socket_bind, socket_create, socket_create_listen, popen, zlib_decode MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /data/www/26528/proliving_cz/www/ |
Upload File : |
<?php
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, 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('DB_NAME', '26528_wp_proliving_cz');
define('DB_USER', '26528_53349');
define('DB_PASSWORD', 'J6TIbtYbtjoN');
define('DB_HOST', 'localhost');
define('WP_HOME', "https://".$_SERVER['HTTP_HOST']); // no trailing slash
define('WP_SITEURL', "https://".$_SERVER['HTTP_HOST']); // no trailing slash
/** 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
*/
/**#@-*/
/**
* 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_';
/**
* 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');
define('AUTH_KEY', 'OI;p@->ARw^|2L8R+=#<6FwF!R(je)p,bW6^$ZFaes#80ier%i}(s{oBs>nD+LAX');
define('SECURE_AUTH_KEY', '*u!o9+{- E%+-i+3z{Uw0oIP )n~Aa)T-;#1QZiH]+FO?d|%Ag]rbxI3e93:L-&m');
define('LOGGED_IN_KEY', ')U*NK&+:@#)IXKoy`Y>:(L$9NXpmh%4(WvMx H[h*zc ~`8(_`:ram+R8M-V|*S]');
define('NONCE_KEY', '.Hj&=8]AX|f(y)!+2u0bIDKomF9X 0/.B_&zh$6W`&lF:DdiBaJy;&N3Z`:9w|@2');
define('AUTH_SALT', '-+#zv89Y>QT?VC}jD;ht|~3sX@-<S@2,J]L[bs(+[fLT7H-O$aHh{ctQsI`7.a+q');
define('SECURE_AUTH_SALT', 's7y&]F.z$:*|=W*Jj VI?.p-4y5MPLsibj+aIvXmhn{PFA/Q2_)c4pUL}G$(|WMQ');
define('LOGGED_IN_SALT', 'a?E+-=&jl<-,KyZ8YI0fjv_8^kFZ3|yd4@o+@RIl!>: q=|gH%P<&C7III%s@auP');
define('NONCE_SALT', '>{HoH.FUJB/dE]c~M| 0+Wt8{8E9yQ|?K<Z6!#;+&9+KxtnU8+0]jas%Y+oDH4vd');
require_once(ABSPATH . 'wp-settings.php');