| Server IP : 192.249.121.117 / Your IP : 216.73.216.251 Web Server : Apache System : Linux ded4606.inmotionhosting.com 3.10.0-1160.81.1.el7.x86_64 #1 SMP Fri Dec 16 17:29:43 UTC 2022 x86_64 User : oakben5 ( 1001) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/oakben5/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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/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', 'oakben5_wp' );
/** MySQL database username */
define( 'DB_USER', 'oakben5_wp' );
/** MySQL database password */
define( 'DB_PASSWORD', 'VaHX7agUcN8=' );
/** 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', '' );
/**#@+
* 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', 'ib8D*fSf!Lklx<IPDFO5%dZ~_CV5Sip(4o2PMcPK?Z)$G>LH3H4mq^B)G>oj}K-L' );
define( 'SECURE_AUTH_KEY', ';4AIrCzF!(G^=^X4pV3Mjl$65KqF2}HR(,7,Of3U+0pDPt@i71axdov3<XS+c8ca' );
define( 'LOGGED_IN_KEY', '#]LtmZf`/%GztdbmAidRlaHL&amNA&PE;k^G?]lW7iCo+ZK*JU}8w3~p6j23W-4r' );
define( 'NONCE_KEY', '[E0DL7!DvY3K?~S$8TZAk+-i{ecp!4kkZ`v%I 0$prJ@S9yd~k&K+5w NPc@#z^H' );
define( 'AUTH_SALT', '7cI,V8=}Mw`UFix,7W3cjBRW {<.T/7e>}5m}749,S|^fIC]wtm=r;s>=M9Oz{oy' );
define( 'SECURE_AUTH_SALT', 'k:_n`753YRN1{CA@]B#esGl,]Kx-*pN=<([Z]MAhvC*xzJC>V-,]Wi*tTT!u)[r&' );
define( 'LOGGED_IN_SALT', 'KC h@:YLopx`Zue([2cCD0;>&hh:dk90i=Jmm8p~h{;:OykB>lb1@<iF#>&7+-md' );
define( 'NONCE_SALT', 'oE;|,U>_1Cv.:M*2J@SgVs}EAzu!}![A/Szh=%`G`lr*c@^9?Xu[5|!2Vy?~AEB0' );
/**#@-*/
/**
* 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 = 'obmcprod_';
/**
* 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/
*/
#define( 'WP_DEBUG', false );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_MEMORY_LIMIT', '1024M' );
define('FS_METHOD', 'direct');
/* 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';