| Server IP : 77.50.203.18 / Your IP : 192.168.0.10 Web Server : Apache/2.4.62 (CentOS Stream) OpenSSL/3.5.7 mpm-itk/2.4.7-04 PHP/8.4.23 System : Linux web2 5.14.0-722.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jul 6 09:07:51 UTC 2026 x86_64 User : warsnews.ru ( 1001) PHP Version : 8.4.23 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/thread-self/root/proc/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', 'wordpress' );
/** Database username */
define( 'DB_USER', 'wp_user' );
/** Database password */
define( 'DB_PASSWORD', 'Polecat13' );
/** 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', '`|^JH=[ipEm<t6`&:Z@QU^@VTZKJS4YRsBins}(a?z{o8H:rtWYTL[:bYY.PEf}y' );
define( 'SECURE_AUTH_KEY', ',.yRL5a+ihXOEVoHL>V&q=RVFe!^nUXe&JXXTBb1k60j(9(,}k1Xqpl2SZM$HLyX' );
define( 'LOGGED_IN_KEY', 'eZp`^W^{x]9[` xVKGbg%9d$ECMzVde^6eN5dR^J$mqWTGWux %Sukh[&MC 0yHU' );
define( 'NONCE_KEY', '7p+W:m>Bk:QTksWv9aIREH(x~P|djh|>;+!SLx^t^D,XA]|4I 58)m:!#_^><@v7' );
define( 'AUTH_SALT', 'w4F@p[8jicz.w#oWriiPrpR$P Nm6A=G6NH|9m79`fdmkb__x!{p*6h2!CnI*?l.' );
define( 'SECURE_AUTH_SALT', '%@oHXqg}7u!WA<WyqE7{tNDnQTXJpo /*gp<alWkz5Y[!t?GsTn#,!hzrVbP=:s;' );
define( 'LOGGED_IN_SALT', 'TB0)CdSIvn$w-ud@#iGC+ZJA2Q4mCl/:XrHEkl(<n>YX:h9I7 8aCS^#IX4=)dq>' );
define( 'NONCE_SALT', 'Z+/5r2p4O#w+RA-M6yq42CgW&Gj]N![GbXKfc|)ImGc_w3~gLM5q8t|P9F37$4VO' );
/**#@-*/
/**
* 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', false );
/* 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';