| Server IP : 157.22.201.140 / Your IP : 216.73.216.74 Web Server : nginx/1.30.1 System : Linux mit.vincode.fvds.ru 6.8.0-111-generic #111-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 11 23:16:02 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /proc/thread-self/cwd/ |
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 website, 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
* * ABSPATH
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'wp_db' );
/** Database username */
define( 'DB_USER', 'wp_user' );
/** Database password */
define( 'DB_PASSWORD', 'root' );
define('FS_METHOD', 'direct');
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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', 'Ge6 xYz)J-+F4 |61dJ}[<L2YDuRL;_q_Qt7@wxoY#R+y_nGO5r48Q-1|G!Z#jKD');
define('SECURE_AUTH_KEY', '`Qq9i@vLP)tdF&C?435HbG|Q[PmAXU|0k~4aG@+P[UodkX1yae.jL&%Rm.=o+D`=');
define('LOGGED_IN_KEY', 'bc@b3|;t`>$YpmB$7w>TyPHflrpw5iIi-?[3*c>r[~t|GQPh17|jX+a^R;:3-6)@');
define('NONCE_KEY', 'WVhOUM] Rmz;:gvrb. /iIgtv.+}CVoXySC2jdnKVB52O;j)+|%HQBe6B@#$ZCfL');
define('AUTH_SALT', ';UCh(g?w(=FoQl4<|3YgWi~~YvLrHfAr@s-Gy)zDIVkPC28nhGZ* p|7N7529-T_');
define('SECURE_AUTH_SALT', 'Vz+@M--`X&UNUGYB~9,Dq+Rn[}cbbeW/o|c:M)8,,~?G>=#+H>>:d@c?0|^-aEyU');
define('LOGGED_IN_SALT', '~Lt.3Lqfd[&$d#QiT@l2)- pJBl9DFQpK(6(5ffB cOe#:1LWOR#H~Wc~JZB*y4y');
define('NONCE_SALT', 'a)f/9ToIFCln-Drn;The-jp^h;1Y+s4P3g7O=HIJB+<KGR-f^P l%:IxxELJJuqa');
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$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.
*
* For information on other constants that can be used for debugging,
* visit the documentation.
*
* @link https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', true);
@ini_set('display_errors', 1);
@ini_set('log_errors', 1);
@ini_set('error_log', '/var/www/aftermarket-data.ru/wp-content/debug.log');
/* Add any custom values between this line and the "stop editing" line. */
/* 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';