Your IP : 216.73.216.133


Current Path : /proc/558420/cwd/public_html/srdev.4uweb.ca/
Upload File :
Current File : //proc/558420/cwd/public_html/srdev.4uweb.ca/wp-config.php

<?php
//Begin Really Simple Security key
define('RSSSL_KEY', 'aQOdXLXMbKXdNSkmB01TkonucOSkIcV5ymJt6AE9kQ2BLZdn2nnic7ye8u22hOXI');
//END Really Simple Security key
//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
/**
* 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', 'u4uwebca_thesugarroom');
/** MySQL database username */
define('DB_USER', 'u4uwebca_sean');
/** MySQL database password */
define('DB_PASSWORD', '@rmKI5b5&z&4H)kXID');
/** 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', 'utf8mb4_unicode_ci');
/**#@+
* 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', 'ia6jAaZGgETP1WSxzKZACzfn3tIBhEXnxb3cXz2Mb9PrzuAA2RsujGViW/d/5rUJ');
define('SECURE_AUTH_KEY', 'zPd8/+0zvaVqwSgiNVj4uHeSEDJah83qRQdGP0LWARdBGLKkXEeZZj+4SrAh9fGZ');
define('LOGGED_IN_KEY', '8Zo5oA+/Tw+nUGW6yg85L0S8rD5dSopm0r/JaKKWp41egS0aI/YxJf18JI7enqCx');
define('NONCE_KEY', 'PVFOiIT9j7CKtpecprZI1msYanN8hlBSr4ErtWC9diUdGYVFqhKZ4L4fD7ZQs51z');
define('AUTH_SALT', 'J8lXPS1wuR5110dNBI1flBFzO/c7Q6cro6gtiwU2HlNS+bE3uxr1gf6aduDtK7jr');
define('SECURE_AUTH_SALT', 'v9cDQiDZvaKnkOboJvC8nB3i3I8giPDvNoaDTb5YwT+pBZ8fkvGjvrKpz7NmaX7l');
define('LOGGED_IN_SALT', 'AD8Qq7ATG22dyGzC+sLYnGRRjfANQp72rZVIIfBX6Dg7ASM6mtJlRS2s7ZDTBE5f');
define('NONCE_SALT', '9iR4ekD4xSJz+W+qXjNGfEGmdLUI/BAGGGBAm+wnFjqKkeq08PMofuwaZtiM7gp8');
/**#@-*/
/**
* 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_kpjg_';
/**
* 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
*/
define('WP_DEBUG', false);
define( 'AUTOSAVE_INTERVAL', 300 );
define( 'WP_POST_REVISIONS', 5 );
define( 'EMPTY_TRASH_DAYS', 7 );
define( 'WP_CRON_LOCK_TIMEOUT', 120 );
/* That's all, stop editing! Happy blogging. */
/** 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');
/**
* Include tweaks requested by hosting providers.  You can safely
* remove either the file or comment out the lines below to get
* to a vanilla state.
*/
if (file_exists(ABSPATH . 'hosting_provider_filters.php')) {
include('hosting_provider_filters.php');
}