| Server IP : 162.215.171.210 / Your IP : 216.73.216.249 Web Server : Apache System : Linux 162-215-171-210.bluehost.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : swansondentalgro ( 1070) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/swansondentalgro/public_html/ |
Upload File : |
<?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', 'swansondentalgro_wp_wopua' );
/** Database username */
define( 'DB_USER', 'swansondentalgro_wp_sjsda' );
/** Database password */
define( 'DB_PASSWORD', '6Czwi7fa_6TpBoy#' );
/** 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', '2#Ovi[|:iRH:-4-B8_y3ETVzdQ/5_Zt7;(s8N-/+w-5N]V3V7UAjSgBM**#hT2fs');
define('SECURE_AUTH_KEY', '!2]1uLXgya_4BjSZpG/w13[c553!L5)4&81rN61DXkQ7O16u8+T3AIk|oI0T6mE)');
define('LOGGED_IN_KEY', '1/0!l~0@@V)6euT64ia5T6ZGj|(1dIrs%1-6h47GUR*v%%rBSb39_EwPinb3DKu2');
define('NONCE_KEY', 'vp5o@l2):Vk4~T]0jP_3@J3%:3x&7VO[]E2;!H2N78WJF1/v623@gXM20d64b~89');
define('AUTH_SALT', '#Iu~Z83sMK2tw8I]0V()_0%0aMF8]%37z_5IZ&~-*7BMlIZ#YWpvhrHF1nc*0j2i');
define('SECURE_AUTH_SALT', '3D~yy]0&wg6o@Cf6wO&3P4|#CeH(7_[w&MF*++S300+/-VSjB1:2[cJK#YS7)Xa2');
define('LOGGED_IN_SALT', '5%oi;5y3c@&7@lTfV~2&~)j5&!k4AVlr;BR8F_-#0Q()q8Hd)ihzw6Sv)3*8A*1@');
define('NONCE_SALT', 'KuqA7193Kb%jb6UzM16(ynO:5A)@6U0|wEy!aNJkXqxRQ@9TC016SFPA!uh2izh2');
/**#@-*/
/**
* 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 = 'W9chiWzsC_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
* 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';