| Server IP : 92.204.28.36 / Your IP : 216.73.217.69 Web Server : Apache System : Linux sxb1plmcpnl510317.prod.sxb1.secureserver.net 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64 User : f981716tud7w ( 9071646) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/f981716tud7w/public_html/staging.dragonloretours.com/ |
Upload File : |
<?php
define('WP_CACHE', true); // WP-Optimize Cache
//define('WP_ALLOW_REPAIR', true);
/**
* 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', 'dlt_db_staging' );
/** Database username */
define( 'DB_USER', 'dlt_dbu_staging' );
/** Database password */
define( 'DB_PASSWORD', '8mkQ&!g7?yPR' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
/** 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!
* Generate these using the WordPress.org secret-key service:
* https://api.wordpress.org/secret-key/1.1/salt/
*
* Changing these at any time will invalidate all existing cookies,
* forcing all users to log in again.
*
* @since 2.6.0
*/
/*
define( 'AUTH_KEY', 'NJi#}>o03MA5,n18V%Z@{y5LMRjn^DJ%R!O[!rNOg/f6|AXNx%kB$jx%$`]6C4E#' );
define( 'SECURE_AUTH_KEY', '4oC3qF`U;b!eqH*OqF)#fH2 B@?v9gp_sxj{e0`_<iCxfMkO]Wuf<HK9ia/Ze}qW' );
define( 'LOGGED_IN_KEY', 'Zf3)Jm<:q2>r&%.zX8Ga7XPsz5/>ip0W+`LYME).M$5uTq;YxJ?<x]Cl5l0Hy<(3' );
define( 'NONCE_KEY', 'a_EVnitjS&~_<6M{T:Yu.Vy1 jtD,fl>U#!aV]8N``~<@V^gR(IK[~P6BoPO/or.' );
define( 'AUTH_SALT', '}K=f6OtrEb76)l&SjC54b#ZYVLHY3d8J}ieg`iy7&=b^/[{niF[:k]C{C,48SBgM' );
define( 'SECURE_AUTH_SALT', 'oYJ2Q=ov/G36En7B4{zs|3 8i|g@R!QHY,?OXz]*=z@I-?THJmC`k2C-Z|k(YgwA' );
define( 'LOGGED_IN_SALT', 'INK]XBwkb+VkPpqDfP+r9CH=&qX}cRu]5ruNO!KEQ5-Tel>,k_F&MCJX>t,zJA1G' );
define( 'NONCE_SALT', '82FL*p{}mml61),EB2gU.@5g[S:WguZne>2Z^+Gml#gU0(bJ^1z!kl<!3*XL1,b&' );
*/
/**#@-*/
/**
* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each
* installation a unique prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = 'wp_';
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
/** Memory limit overrides */
define( 'WP_MEMORY_LIMIT', '512' );
/** Disable WP-Cron (use server-side cron instead) */
define( 'DISABLE_WP_CRON', true );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}
// define( 'SUCURI_DATA_STORAGE', dirname( __FILE__ ) . '/' . 'maasala' );
/** Sets up WordPress vars and included files. */
require_once( ABSPATH . 'wp-settings.php' );
/** Direct file system writes **/
//define( 'FS_METHOD', 'direct' );
//define( 'FS_CHMOD_DIR', 0770 );
//define( 'FS_CHMOD_FILE', 0660 );
// define( 'DISALLOW_FILE_EDIT', true );