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/www/columbia/wp-config.php
<?php
// Begin AIOWPSEC Firewall
if (file_exists('/home/workshopbrain/public_html/columbia/aios-bootstrap.php')) {
	include_once('/home/workshopbrain/public_html/columbia/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
 */

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

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

/** MySQL database password */
define('DB_PASSWORD', 'OTd*J%^[W0ez');

/** 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',         'tZ~mM~k_H4YBzQ~/PgI/EPmt]IPW^f`}}hF_MmwUx$KrB,fQiWag-SMCRMwy!.Ow');
define('SECURE_AUTH_KEY',  '!-Wja ofkeddV6gE1I1oMa1`c R9Dfh8Jd/YhqwOaPRILgAv=&V*q;]y),VgNPP{');
define('LOGGED_IN_KEY',    'B|km+(0hh#byjzM^Z8e=nCu@*N 3<uvQ79wVX9.U|QXO|}y_gnlG3O)a{0s>I&?O');
define('NONCE_KEY',        'I/qQAC#9BpXdh^;p)!$du<gv9s6zjzKNCf6O[z`` Z,r79 .J$TqqC9,*|zC]% 2');
define('AUTH_SALT',        'E46KSi0dLkr6FB}wSfbjo~ZBX.(h_UM<6Y[*(a8DUQQqQ)#X]{4IaD5g#aSJsByF');
define('SECURE_AUTH_SALT', '3qPT?[gb&j[Vt/vs^/^9spz;vCC%I,1~OZg?pH{t2/_,zJc!y;kd#^] mc{7`*6w');
define('LOGGED_IN_SALT',   ';2:@ZJXd0Ekp>&aj8z!PVe2A?v3E7l!v<QGaeFLe7k0_x}n,h+m.~~+ie3_rYSX:');
define('NONCE_SALT',       ';X>D,rHt<]GMBXh`b<ObAULw)9Hoh`JI>Vj4QZN8.O@}CeliMs,rrkS1R==K@1Vh');

/**#@-*/

/**
 * 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', 'columbia.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);