Your IP : 216.73.216.40


Current Path : /home/ladengineer/.trash/
Upload File :
Current File : /home/ladengineer/.trash/wp-config.php

<?php

// BEGIN iThemes Security - Do not modify or remove this line
// iThemes Security Config Details: 2
define( 'DISALLOW_FILE_EDIT', true ); // Disable File Editor - Security > Settings > WordPress Tweaks > File Editor
define( 'FORCE_SSL_ADMIN', true ); // Redirect All HTTP Page Requests to HTTPS - Security > Settings > Secure Socket Layers (SSL) > SSL for Dashboard
// END iThemes Security - Do not modify or remove this line

/**
 * 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://codex.wordpress.org/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', 'ladengin_9jh4' );

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

/** MySQL database password */
define( 'DB_PASSWORD', 'kI!131rvn[G+' );

/** 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',         '/p7.NWid,3yT=Ivay6!)V(RP^MYM2=B@Z,=,+KF5h,YHad#`Zigcru:V(Y_ i3(n' );
define( 'SECURE_AUTH_KEY',  '7CI6)h|uzL2g)ILSU$LbQjr<1d1). GO1}ikUbCW)T{|T}7|:MxbzEH8d{hJD.&1' );
define( 'LOGGED_IN_KEY',    'Ut!moStbbSFGCm-{R3wY=a)Tu,wGb!n:<Z, kjsiX&Vw[0uyEz8_n5!J$M(b*_n%' );
define( 'NONCE_KEY',        ',8^Wl~ob|57kNqFxCDclx@ZT[g(YT^fhrXjw_#a%4uwgNnaIb>/+j^5[ERsGpL_j' );
define( 'AUTH_SALT',        'hhbao4;yxfI[f9gVFZdX</ig_Emr4E5LC;{VGG+Hf@h|SHTCVf.;h%B06~L{x8L1' );
define( 'SECURE_AUTH_SALT', '5ThgrxBu(*r>EO /n:=&2I(gDwc0%P)z!xBw+|hu)bG`:}k7LD_Nt4a?9y,h|N}F' );
define( 'LOGGED_IN_SALT',   '(ZR=x0wJ%1c#C3F;5dWvY>{l5Cv*=k#XZBWpL#Bn}xFT!-`5KPC.l5B@XrGr_H}0' );
define( 'NONCE_SALT',       '$0~;oeN][H]uC&-(UMK@%IIXl.vfe8@m4>FqV3dMnNd=rShLpr?GmlX-ET`ArEs1' );

/**#@-*/

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

/**
 * 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 Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
// Enable WP_DEBUG mode
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', false );
@ini_set( 'display_errors', 0 );

// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', true );
//define('FORCE_SSL_ADMIN', true);

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

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}

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