| Server IP : 217.11.249.137 / Your IP : 216.73.216.177 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.0.30 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/24781/extramagazin_cz/www/ |
Upload File : |
<?php
//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple SSL
/**
* 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('DB_NAME', '24781_wp_extramagazin_cz');
define('DB_USER', '24781_45058');
define('DB_PASSWORD', '7nscLntaFFG1');
define('DB_HOST', 'localhost');
define('WP_HOME', "http://".$_SERVER['HTTP_HOST']); // no trailing slash
define('WP_SITEURL', "http://".$_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', 'O$_3Q):X4Q2s(QBY~oI@:.I2Oa4:b(`GnO3QlDm|JC@/=a53HZhl-$sh-z4D2J+U');
define('SECURE_AUTH_KEY', '4is+8kxN5*#$#y|wb~n]6jrZGMu rCmr?YA^PbzI=k!vfD6Ll8mqDW5_mkYN3xW]');
define('LOGGED_IN_KEY', '}-W&@(HbfZ,9ZkGXJ4]JAyttF(1]Pc=r#B<p;m}IHhZa[Sesd61Z)qU)2U|o0)I<');
define('NONCE_KEY', '`*!:}1JX*X b]o-0_C|=oZw0:Ogp%tn#@SAow-+Nl+G<Yn*]^r<AS|l)h$tAcW(z');
define('AUTH_SALT', ')_5yJDy(ccmKB$e<L<(nfvnDX ^K-U*zn3@q(c9#Ru&s&5P:XotzQ$|6LXpCLW&B');
define('SECURE_AUTH_SALT', '||a-;wA 4-UApce-gD0u$=U|V(bJ8rdjq;W+FQ 4DbGs~<tb}QI9Q?Zf.{coIzG!');
define('LOGGED_IN_SALT', '$WTf!{k]6 KVW.-|u-MmFWu-n^t|oj^fu2HZ|lpYskRe=fMkw=9TS5a{f3IVLJUV');
define('NONCE_SALT', 'Gy<3swaF.7OOD-5A3q-o)=#r,DoV@s`S3V9}?F]ZC[8nk=8TL`L7&XhDodvcH~X#');
require_once(ABSPATH . 'wp-settings.php');