<?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 cookie settings
/**
* 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', 'pawel7123479565_ex66_sqletodsrje' );
/** MySQL database username */
define( 'DB_USER', 'ekagapapvkrlqdnu' );
/** MySQL database password */
define( 'DB_PASSWORD', 'dwLYardlxBFL2vJ' );
/** MySQL hostname */
define( 'DB_HOST', 'pawel7123479565.ipagemysql.com' );
/** 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
*/
define( 'AUTH_KEY', '}=SW?e@5MSyld}Oz,JX@kv<=l!xM|i,V*xhid`T[QD0JeL~nebzP@pQ=6;MVe3D{' );
define( 'SECURE_AUTH_KEY', 'I:ziN9.^fSma|WmB5wB}#0uH]zlc N#g(^k h1m[2&a,_+c`67&E?uvwL,ykoT+#' );
define( 'LOGGED_IN_KEY', 'D8 >x7!_$_`l{wB@CKx^LYbShL5@3_Ib30o-ecMLjOk;Il/7VyID)K^}4kM-1m3s' );
define( 'NONCE_KEY', '(XqiO(w(Xzqp&cYT 1:@=W+Aw9K!VDWeT.+:Home?/qdQX`YfV[w4q>%O2:Vs-1t' );
define( 'AUTH_SALT', '2ny+R1Y*)Br|=Z`FvNa>B673=)H|PWK.6%EBYX!YJ>KKtr~(z0sNHZ%,!d8o^%^j' );
define( 'SECURE_AUTH_SALT', 'YWTG~l+j/@g.aNAs1eM9wUBw*m)`y%;fn/mv.wA|%ow1d!Br~)IP`N(DSmB39bxJ' );
define( 'LOGGED_IN_SALT', ',`Q o(e;r@JY6A#([kGcwmoLXDbZW$i.|OAw4@%q:&M`5ZaA?g=[xm;Iy1+HeZw)' );
define( 'NONCE_SALT', '+JbGMJIm6%G-5~DUHxx;NlDW,^NZ6asl9@<9yL!0Hl+P2Ox@RPZAX_2N8Vtex[up' );
define( 'WP_CACHE_KEY_SALT', 'jy08pLxoNJ$D} %?3!xzC^=bDGVGUtShkwn]rU.[T5.%JIlyRRO<IWneMOLfrAb5' );
/**
* 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 = 'ex66_';
/* 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';
define('FS_METHOD', 'direct');