<?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
/** Enable W3 Total Cache */
define('WP_CACHE', true); // Added by W3 Total Cache
/**
* 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 ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'pawel7123479565_zqif_wfcilvsctjf' );
/** MySQL database username */
define( 'DB_USER', 'guiopkbmwbdpcaou' );
/** MySQL database password */
define( 'DB_PASSWORD', 'MJMx7shmCi1Auu4' );
/** 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', 'qzlCUQW55vBe:[5s3ztHh]2b_68`%F]hUVGN6,g$+cfdFi|(,r@3;,F9i/D(!hD_');
define('SECURE_AUTH_KEY', 'N-hfL`i^,#Pu)2o+v7kO=P[8;6QL6w/DC$7$FjJ04MSTi9_+~@LiG=>iQYcByW|]');
define('LOGGED_IN_KEY', 'Y*K$*z[89joVb|-^3F:z.dLca;;Yq~4Ky]Bb#6s>;=bC(ujSS-H]AuQ|?[Sf<J4^');
define('NONCE_KEY', '4Tb@o{3(<-Te.NnK+_ur4F#7z[p|NejF#^u|X^h(h99o)P!.Y*7+G3cUcrf-W~#$');
define('AUTH_SALT', 'uUrrpu4jFR3?:MZ3qD@D:0_x9@QD-i/-J-14wzVq7io%zOjydh8>m8s!R!,0B6iS');
define('SECURE_AUTH_SALT', '`m(h/o0G>)8E@s=3pZ&GGhF;Gosn:n1.>ZqomDbEjz6hVg9-1r(s[y<$NUBc}Rze');
define('LOGGED_IN_SALT', 't7*Liri/wM@FQ`--63l)<M0?_l+P&7{Ejp[8O%UU>;Cur+mJL&P~r;{$YQ^b3PZq');
define('NONCE_SALT', 'Z1<-|<E1<uaPy]V[.1i{<-w9VT&,-,a?0sy7xsyo<wk6o2~#LL%D.Ye@4V,#d |%');
/**
* 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 = 'zqif_';
/* 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('FS_METHOD', 'direct');