Edit File by line
/home/barbar84/public_h...
File: wp-config.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* The base configuration for WordPress
[2] Fix | Delete
*
[3] Fix | Delete
* The wp-config.php creation script uses this file during the
[4] Fix | Delete
* installation. You don't have to use the web site, you can
[5] Fix | Delete
* copy this file to "wp-config.php" and fill in the values.
[6] Fix | Delete
*
[7] Fix | Delete
* This file contains the following configurations:
[8] Fix | Delete
*
[9] Fix | Delete
* * MySQL settings
[10] Fix | Delete
* * Secret keys
[11] Fix | Delete
* * Database table prefix
[12] Fix | Delete
* * ABSPATH
[13] Fix | Delete
*
[14] Fix | Delete
* @link https://wordpress.org/support/article/editing-wp-config-php/
[15] Fix | Delete
*
[16] Fix | Delete
* @package WordPress
[17] Fix | Delete
*/
[18] Fix | Delete
[19] Fix | Delete
// ** MySQL settings - You can get this info from your web host ** //
[20] Fix | Delete
/** The name of the database for WordPress */
[21] Fix | Delete
define( 'DB_NAME', 'barbar84_wo907' );
[22] Fix | Delete
[23] Fix | Delete
/** MySQL database username */
[24] Fix | Delete
define( 'DB_USER', 'barbar84_wo907' );
[25] Fix | Delete
[26] Fix | Delete
/** MySQL database password */
[27] Fix | Delete
define( 'DB_PASSWORD', 'QUdoMzcNMJ' );
[28] Fix | Delete
[29] Fix | Delete
/** MySQL hostname */
[30] Fix | Delete
define( 'DB_HOST', 'localhost' );
[31] Fix | Delete
[32] Fix | Delete
/** Database Charset to use in creating database tables. */
[33] Fix | Delete
define( 'DB_CHARSET', 'utf8' );
[34] Fix | Delete
[35] Fix | Delete
/** The Database Collate type. Don't change this if in doubt. */
[36] Fix | Delete
define( 'DB_COLLATE', '' );
[37] Fix | Delete
[38] Fix | Delete
/**#@+
[39] Fix | Delete
* Authentication Unique Keys and Salts.
[40] Fix | Delete
*
[41] Fix | Delete
* Change these to different unique phrases!
[42] Fix | Delete
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
[43] Fix | Delete
* 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.
[44] Fix | Delete
*
[45] Fix | Delete
* @since 2.6.0
[46] Fix | Delete
*/
[47] Fix | Delete
define( 'AUTH_KEY', 'jytpiay3jdsyjlgwxhbqpxrbq4o0b4paxionatxrbonigz74oltb3vgchzc28yz2' );
[48] Fix | Delete
define( 'SECURE_AUTH_KEY', 'vdjca5f3dhvp0uafso3laogfb9x9wi8p7i3xcbu86stmqd7ejbpm4psnjj76vspz' );
[49] Fix | Delete
define( 'LOGGED_IN_KEY', 'rnt1w0fckp3cn0ldukednftnzvn0ifvoukbryg8prypozsxygw1humabqvl4nw8x' );
[50] Fix | Delete
define( 'NONCE_KEY', 'mldjedpbewjk2a0pdqe3ejrv1oilnignppoqqkdcn3ag9ba7ctohxgbyjzlyqcpq' );
[51] Fix | Delete
define( 'AUTH_SALT', 'hzxaf5wtvxhojuqakrhzceuffkgaizvnaizzucfvc3klqrinf4yhj1ou7nqlfjaz' );
[52] Fix | Delete
define( 'SECURE_AUTH_SALT', '14earaws4pahhcjg8im1zapzbf57iw0xbvttahtvnk7hszo3ntb3fvxgzs3emc6h' );
[53] Fix | Delete
define( 'LOGGED_IN_SALT', 'pvndwohysrncgkoho42n7a6v0i2tdi3epl1m8rifa13ykdhae4wa3qmjecbcao50' );
[54] Fix | Delete
define( 'NONCE_SALT', 'knldbolkj6grbuzziiogqpzjjcrxwod4prqjat3dwbp0zamnxtepoppl30xq5k1n' );
[55] Fix | Delete
[56] Fix | Delete
/**#@-*/
[57] Fix | Delete
[58] Fix | Delete
/**
[59] Fix | Delete
* WordPress Database Table prefix.
[60] Fix | Delete
*
[61] Fix | Delete
* You can have multiple installations in one database if you give each
[62] Fix | Delete
* a unique prefix. Only numbers, letters, and underscores please!
[63] Fix | Delete
*/
[64] Fix | Delete
$table_prefix = 'wp_';
[65] Fix | Delete
[66] Fix | Delete
/**
[67] Fix | Delete
* For developers: WordPress debugging mode.
[68] Fix | Delete
*
[69] Fix | Delete
* Change this to true to enable the display of notices during development.
[70] Fix | Delete
* It is strongly recommended that plugin and theme developers use WP_DEBUG
[71] Fix | Delete
* in their development environments.
[72] Fix | Delete
*
[73] Fix | Delete
* For information on other constants that can be used for debugging,
[74] Fix | Delete
* visit the documentation.
[75] Fix | Delete
*
[76] Fix | Delete
* @link https://wordpress.org/support/article/debugging-in-wordpress/
[77] Fix | Delete
*/
[78] Fix | Delete
define( 'WP_DEBUG', false );
[79] Fix | Delete
[80] Fix | Delete
/* That's all, stop editing! Happy publishing. */
[81] Fix | Delete
[82] Fix | Delete
/** Absolute path to the WordPress directory. */
[83] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[84] Fix | Delete
define( 'ABSPATH', __DIR__ . '/' );
[85] Fix | Delete
}
[86] Fix | Delete
[87] Fix | Delete
/** Sets up WordPress vars and included files. */
[88] Fix | Delete
require_once ABSPATH . 'wp-settings.php';
[89] Fix | Delete
[90] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function