HEX
Server: Apache
System: Linux c27.eelserver.com 5.14.0-503.22.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jan 24 03:55:12 EST 2025 x86_64
User: promosig (1506)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/promosig/public_html/wp-config.php
<?php
define( 'WP_CACHE', true ); // Added by WP Rocket


/**
 * The base configuration for WordPress
 *
 * @link https://wordpress.org/documentation/article/editing-wp-config-php/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
define( 'DB_NAME',     'promosig_wp828' );
define( 'DB_USER',     'promosig_wp828' );
define( 'DB_PASSWORD', 'Snw!QdbaoK=a' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8mb4' );
define( 'DB_COLLATE',  '' );

// ** Authentication Unique Keys and Salts ** //
define( 'AUTH_KEY',         'wps5cK.E&RNxH*-m:P+C]#<vt]F=PCd??SBUATBK2$R;f[=$,JuW~Mzv4+9|f8!a' );
define( 'SECURE_AUTH_KEY',  '{uIL(g<mg l=*Nd<)TJ<.zLuN,s*xK(@syV3^#LZBqa$O(]q<>i&|}*-Ki:G64M!' );
define( 'LOGGED_IN_KEY',    'dS,>T8g[addsL)/!JXnFhy6XwsQ[qQ{KMimK/U,nuZNo?o;nmFtlcK`[]E8|Gc0t' );
define( 'NONCE_KEY',        'Al7!u5Edxt-aCl0Fj7W)TDrf[T,&z* {t-AVxKb0:|,)&9S@24*@;RThC6QC~Bl3' );
define( 'AUTH_SALT',        'ro#$mny(Pb-QMp*vc$!7U4&31IdD6RXz?c5-A>;VO3-3ruA|K),f;:=`qmz?wm.K' );
define( 'SECURE_AUTH_SALT', 'FiG ,K#qer|q^Dc$sG-wZQ%@/y93>Bo%4C-OBcT1O<yoN6AOUoV^C`j??tdCmO[K' );
define( 'LOGGED_IN_SALT',   '+?/M]^N9$86^`3mCNN3vQPGxKJ4N]R%.Lj:K^a@xx:z-mHWlO>@/T:ij$=6Z];%-' );
define( 'NONCE_SALT',       '_>SFlYlKo]iiC<^Z9e+nf+Z^jY!i-X1_~UYb-ZE(]quc3xUFX+>&[u1rjyZmNd^ ' );

// ** WordPress Database Table Prefix ** //
$table_prefix = 'wp_';

// ** Debugging Settings ** //
define( 'WP_DEBUG',         false );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG',     false );
ini_set( 'display_errors', 'Off' );
ini_set( 'error_reporting', E_ALL );

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