File: /home/roshanchandy/public_html/dubai91.com/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 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
* * Localized language
* * 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', 'wp_2c4p3EF' );
/** Database username */
define( 'DB_USER', 'wp_fqFeyi' );
/** Database password */
define( 'DB_PASSWORD', '1^kEU3?&9Ac$br%m' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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! 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', 'g~&0609;OSAt(B!!0|#i&07+F]-lv30L519aX]iU2EjxZ)e%sMrR066ZjdB:R-5u');
define('SECURE_AUTH_KEY', 'M()L~Lk0!#/|~8_T5+s6Q(OI92whhdY3vKZ8U5@[053QTH4h)A+P#13m5/]6BJ94');
define('LOGGED_IN_KEY', 'c#+Y/Oe~c:R|l6IBQcF43+uZ3K7kmuI@r8HM2+i!;8;]PYgJ~ZH/5_gq6SM%/t84');
define('NONCE_KEY', 'm0j8QHU]53[iry8*5D(jG]:7EI)CCm2u:L;@sTu2w]89LhL|g0@x5|:+zy8b6(J:');
define('AUTH_SALT', ':32co23w#c_lV0I*7nGHr*spwk9_b5fq(q@_8nuzC55Jun(ri3|4aGHb:)85@)_5');
define('SECURE_AUTH_SALT', ']AHf4Mdv94~3:33v5+_1_93-1m(f3sAY]:[G6_2KF4~XiqK9*2]hzdx53J71LVG(');
define('LOGGED_IN_SALT', '9F00rD/|R6T:PcY9y4U1[@:Jf2qGv7n/I2sQ~!]T8J51ntk]R8+1]2#eBr(!90A(');
define('NONCE_SALT', '(L0727iXGFhb@O#%W3%5+;3Y|*96]L2I_75yPDw]09P0L+f[!v8!e:9oduWzh3i)');
/**#@-*/
/**
* 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 = 'JnafrH_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
define('WP_AUTO_UPDATE_CORE', false);
/**
* 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/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
/* 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';