HEX
Server: Apache/2.4.65 (Debian)
System: Linux web6 5.10.0-36-amd64 #1 SMP Debian 5.10.244-1 (2025-09-29) x86_64
User: innocamp (1028)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/thwoodlg/public_html/1653304194756/wp-config.php
<?php
define( 'WP_CACHE', true ); // Added by WP Rocket

/**
 * 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://wordpress.org/support/article/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', 'thwoodlg' );

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

/** MySQL database password */
define( 'DB_PASSWORD', 'VeeSh9yaeb' );

/** 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',         '8w,%9qqn)<RFlSazp3<54a=*$G=.74e/<^9!NW|n&/S3w8h]>ezx((G~iX#Se7Zr' );
define( 'SECURE_AUTH_KEY',  'EmLM!bhZ D:DweYg+ki03lSsozz#PB)O{wzGhf/4[>G_^]))zRuMF#UqF%?9]v%8' );
define( 'LOGGED_IN_KEY',    '+2.JVs%JcZ3@|`WRD}m1T4IEvb[%Q2>uSA>K.WHqPB.;D$x{m0BoKBP7L}{V6#Q/' );
define( 'NONCE_KEY',        'A4Vm]l3z]Ca`c(A_V?<><6XF-,$LA*oCGE]c}_E5>%m?iE|tpBV2BcJoszO/<9~#' );
define( 'AUTH_SALT',        '!.3zp~/~)}G;vm6|M)mgz;~KPb}#yo<#awiMwQ.+$!CCh.7k,.&?|5|v2*?j8$=K' );
define( 'SECURE_AUTH_SALT', 'Kbi5,wHzn+JQ9IA&3?1L(>pWG`&Np%zW6+No7fP`t,x~DR$ixL}o!{osIn5!V+{C' );
define( 'LOGGED_IN_SALT',   '<YfiK9ZAw; `HLpM4ToG_X6!G5*6]5>{,j*Jf/c=V&=*H6AtvI/9)p<-BN ej_Gg' );
define( 'NONCE_SALT',       '=evC:cwW {CkJcv=l[I{~Ivu!.Wkg+DSH`>Q(&r^`T}ym-g;%<k_bluv%csfzz~4' );

/**#@-*/

/**
 * 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 = 'wpstg0_'; // Changed by WP Staging

/**
 * 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/
 */
define( 'WP_DEBUG', false );

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

/** Absolute path to the WordPress directory. */
define('UPLOADS', 'wp-content/uploads'); 
define('WP_PLUGIN_DIR', __DIR__ . "/wp-content/plugins"); 
define('WP_PLUGIN_URL', 'https://thornwoodlodge.co.za/1653304194756/wp-content/plugins'); 
define('WP_LANG_DIR', __DIR__ . "/wp-content/languages"); 
define('WP_HOME', 'https://thornwoodlodge.co.za/1653304194756'); 
define('WP_SITEURL', 'https://thornwoodlodge.co.za/1653304194756'); 
define('WP_ENVIRONMENT_TYPE', 'staging'); 
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', __DIR__ . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';