| Server IP : 130.225.57.55 / Your IP : 216.73.216.60 Web Server : Apache System : Linux wp-vhost07 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /srv/www/reco2st.eu/https/ |
Upload File : |
<?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', 'eu_reco2st' );
/** Database username */
define( 'DB_USER', 'eu_reco2st' );
/** Database password */
define( 'DB_PASSWORD', '9XCj3BV-ZzLvC9g' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** 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', 'K.7b&jh3SF`y ~v ,6WonWLN5|a>?7ikd7@iwyXzeJmu9?0D$7cWlOIY?ltSX-z9' );
define( 'SECURE_AUTH_KEY', 'UP`9G}9h1Kaza`y!$+m@Hqin[t?(|:8Ew<Fx@wu)Eq&s`p<nD>vK}NO@/E$x$aG@' );
define( 'LOGGED_IN_KEY', '}.O1{h/ZsA?OU7>_>_J#=/~abW~x7-}rY7Z!nfE/3&@|CnbPD|dKwbt8MTdcCG$o' );
define( 'NONCE_KEY', 'a%wy&.k2Y%k=3s!Ib_1|;4WeYbS[/]&r=$J$i<Rju!5!;U!Sq0i<jBT-1nx6wykz' );
define( 'AUTH_SALT', '<HCg{h_ob+2*pOn@RYP{#3zw{8K(!O?[#q}*Oj$GiKl`a6gGpfVYYw*U9^LXoy>s' );
define( 'SECURE_AUTH_SALT', 'W,J9G[-tZuT1%,,?;#c;upq|x R.P:{MGR}y?u.-QJI-l(DjpRX~ry%[1!/GU2tj' );
define( 'LOGGED_IN_SALT', 'u .~WQ<M&CUms_ruax0B?U!>;iTqo;:uR:7)[psYS?99<Vlj3O}L,4>/^M?Xp??u' );
define( 'NONCE_SALT', '= 8B_|zF%T:4G@hE/hX9%GgXU,uND^%q:xeT4$0F6vOq<?;d1[HMyRciV11?ayc6' );
define( 'WP_CACHE_KEY_SALT', 'J@[Uz-%n}Yz/Mo}YVlsKX#J>I1G|3o8Gw(a{eV~!AN@AH`FiO_p%r3)^ba.Z$CiB' );
/**#@-*/
/**
* 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 = 'moz_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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';