?
Current Path : /home1/savoy/www/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/www/wp-config.php |
<?php //Begin Really Simple SSL key define('RSSSL_KEY', 'dW2jIjoKwOVRDdlMJAEhjtP2H336w4B1ZsEYrfYShro4LR8HMnC9hWGgL4BQKvdh'); //END Really Simple SSL key /** Enable W3 Total Cache */ define('WP_CACHE', true); // Added by W3 Total Cache //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', "savoy_diviwp" ); /** MySQL database username */ define( 'DB_USER', "savoy_diviwp_usr" ); /** MySQL database password */ define( 'DB_PASSWORD', "wPWFtR8zPr4," ); /** MySQL 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! * 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', 'i3FMoE~sZW;xE7Q321w%2gQC#]CS5[E@44E8zd1Ft_U!0BmfuK:pRS[DoDH|Q24@'); define('SECURE_AUTH_KEY', '#~fc7W#gm|%70]eX7jT[5c4e[960[WGr5|d*1aCm1jrWW-B;2Zu/V;-MT4(/14@@'); define('LOGGED_IN_KEY', '7U5#HA&AoA3oe55K0:Y7)t67bD~+4JK47|~~n/Je)KMN6*Mt2W8nmGGZ66q48b3o'); define('NONCE_KEY', '5&Vg-QPH5EF)0E88O/068WzKAYX8l0Z:@M%F26jkHY9C2Hq7UbPP8*hlGAX&m!FM'); define('AUTH_SALT', '79dHcn3RA8(8F@M8Iy!%1(vj(W;F;|!MR@):VZ31#if&ULL(B6*O)t~[x9gk!8P*'); define('SECURE_AUTH_SALT', '5@98*#U[6/a~#|!~md4#_o@77Nw8/EtI1w0uKxeQ*4M:vuew-uD95|0EPxZeK#%t'); define('LOGGED_IN_SALT', ')wKwgHs-b;j18K0n70;&-1*77UuvG8rjwj4;If5M62f&70v31f0(3uw6:8KX!:-m'); define('NONCE_SALT', '9Q~]U!jt4pBEb53fuIFJeO|37&zyjC%sxuFN|E)|fF44+B:MA])EGuGn**~;#;%y'); /** * 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 = 'FapxCP_'; /* 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';