File: /var/www/vhosts/leokosak.from.hr/razglednica.leokosak.from.hr/wp-config.php
<?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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'wp_slsex' );
/** Database username */
define( 'DB_USER', 'wp_n1zrh' );
/** Database password */
define( 'DB_PASSWORD', 'QC%4KvG3tl4Yl~mM' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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', 'GxW-9a7aQkx4f3u;#5n_kZGr57|a00~t-FdZQBD6u3:kE#6VYbjm941z84|JW4F7');
define('SECURE_AUTH_KEY', '1Aha|!eyFgh5e%PD0yzer]319:Tq~_m)~3!X~uq:u4(qS6!EwML9Yb-S4b0e#|-Y');
define('LOGGED_IN_KEY', 'X3!RT)F#~67V*8o]-6XZj[R6*L9/Ewp+g3903jx17k_y6O351&;7be5#]p~x&47R');
define('NONCE_KEY', '93N[]5J5y&_#O83hq9z+(Rx#9Qhr2a3TISY4~5*CS+!4Zp*d2g-35Y;6it+JuSIF');
define('AUTH_SALT', '51-d8AO07m;ZO3@nL%W~M-6![8~9fLF13904&4U*FBFVGz@9~/67wcf%#6J+E%|~');
define('SECURE_AUTH_SALT', 'q~Z22EE+;0NxoKyI&K3b0G2A162!F7)5m:joqP91%/|]wF9xW_l*08r]*JWXcgi2');
define('LOGGED_IN_SALT', 'US%UmF1u6|r]7#X5N+31K3/4-5g8l+:O;M2Pm;j7)A1CshgeA9O49ESyy3nE9u*o');
define('NONCE_SALT', '-)4S+|Ly-4R2fl/Iit5e794BSc~9AE(]Yg;]I-yZ)Mo&@Qy9/s|m@d*+)1)6R4l0');
/**#@-*/
/**
* 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 = 'C8L2jZupo_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
* 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 documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';