HEX
Server: LiteSpeed
System: Linux sh-woe014 4.18.0-553.146.1.el8_10.x86_64 #1 SMP Tue Jul 21 03:06:01 EDT 2026 x86_64
User: museumof (2332)
PHP: 8.3.31
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/museumof/domains/peterennsonline.com/private_html/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', 'museumof_wp_peterennsonline_com' );

/** Database username */
define( 'DB_USER', 'museumof_wp_peterennsonline_com' );

/** Database password */
define( 'DB_PASSWORD', '5s67x8KgbgJmy6JkwP7V' );

/** Database hostname */
define( 'DB_HOST', 'localhost:/var/lib/mysql/mysql.sock' );

/** 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',          '`i3!chJe6%~]4ciQ.y#Bd%.%W@_y![nb9%kn_T t 5VgM~{k74-NK@Z|G`1x3__W' );
define( 'SECURE_AUTH_KEY',   '|$zGjvnDQ<k8D29YGK-D3RK:VeT}[7946q#~gXKF]MILvkFG6Lt/#AQaD/et/n(G' );
define( 'LOGGED_IN_KEY',     'PyJ!6-YsbN4Ing.U<JN[|5*t*3w)zWUC1cNFk<AI8O&v5[/WtRmAn%,&H([x8>LY' );
define( 'NONCE_KEY',         ', GwAma3aj7wpHWea+:>.f6k>)~Z!YRx7>e9{6IDn`8Ksmt*KOrKEtDBoa2g-L/c' );
define( 'AUTH_SALT',         '|GgOnFk~XCj%HflFw=i8`&~Kr5/:rBnI9Be8|{:,D<nXQJ#oq*<L-m*~l[[*~+,{' );
define( 'SECURE_AUTH_SALT',  ',q*?bJoE/8X-jD?3vN; UAH9,^F_O?7Fla+]2bl3~&z$!l<}z{%r YcNT 0$l=pJ' );
define( 'LOGGED_IN_SALT',    'RP*P8m<1LaK{$4PPmo,^;)?Z+~sW:=30JF:9~v6v-#)/Iqo$4*?@mU!w>t/;#!G!' );
define( 'NONCE_SALT',        'mq)F(+5m9K}B>l4 lCk)sxLdl8KtZlA)t5%-Nk4=$9XqA;e>!/<iBR(F2aM3R_~6' );
define( 'WP_CACHE_KEY_SALT', '*`i 4.wy{!sa=($6]mCZ1}#,N;B=u7EY.rKc4mZw2ot6cx:;{#V ;=Ni!Nzn-|>e' );


/**#@-*/

/**
 * 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_';


/* Add any custom values between this line and the "stop editing" line. */



/**
 * 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';