HEX
Server: Apache
System: Linux p3plmcpnl504330.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: workshopbrain (3361731)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/workshopbrain/public_html/shea/wp-config.php
<?php
// Begin AIOWPSEC Firewall
if (file_exists('/home/workshopbrain/public_html/shea/aios-bootstrap.php')) {
	include_once('/home/workshopbrain/public_html/shea/aios-bootstrap.php');
}
// End AIOWPSEC Firewall



/**
 * 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:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

//This will disable all automatic WordPress updates.
define( 'WP_AUTO_UPDATE_CORE', false );

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'workshp3_sheadb');

/** MySQL database username */
define('DB_USER', 'workshp3_sheause');

/** MySQL database password */
define('DB_PASSWORD', 'Pf6{MZ-DscBs');

/** MySQL 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',         'Xzr85WY`~iX^91Qj|YD!iL3aN0R@p(ben=zF-UJ-LbgNjRp`5!qZ^nX6$Cat3}Gm');
define('SECURE_AUTH_KEY',  'Q5#FJa:]S3qrnxGJ,}YEa[}|ldzw2@mlA/)v^@;1gY-um74@SwD^5X?5ZgSlZx;U');
define('LOGGED_IN_KEY',    '+W u`|8Z5kK>?q)gJiRg !yL[wU$fq]p3X!-VOKCD~,||?Tgs-/zAgk+1-Rg5sN3');
define('NONCE_KEY',        'BWU@FXl,$dMN:sxRp@Rke r`=;{qZ1L)7c0^G1,<~.,?Tc|Fx[K(>>;LgfZ:o.%(');
define('AUTH_SALT',        'e/+|n`U.w?|0KzgF<f:B^2H(]Z-VJmbT;CistN83BX,dyXa+qHNCVUET`49~4-md');
define('SECURE_AUTH_SALT', '^;1C:;ySo-J0Z;/C)LZf|aG1~/l~ |h+e+kPK|}Q`*%cYS,&@|9ui#a|i-|[Bk4r');
define('LOGGED_IN_SALT',   'ZKm7W-S1gM[{C^E]2o//+lei<.-}Rmz43m?GJ4f<hvq<keIE9{RuD*NU4H,4OcpP');
define('NONCE_SALT',       'kJzQv%:r(v}2RnNlY{TyfwR73?aa|#aSKI7}*McF8uzWh9Pv!..J7_TYP.8V&>t.');

/**#@-*/

/**
 * 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 Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
define('WP_DEBUG', false);

/* Multisite */
define( 'WP_ALLOW_MULTISITE', true );

define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', false);
define('DOMAIN_CURRENT_SITE', 'shea.workshop-mg.com');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);

/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
	define('ABSPATH', dirname(__FILE__) . '/');

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');
//Disable File Edits
define('DISALLOW_FILE_EDIT', true);