File: /home/workshopbrain/public_html/nap/wp-config.php
<?php
/*cd663*/
/*cd663*/
// Begin AIOWPSEC Firewall
if (file_exists('/home/workshopbrain/public_html/nap/aios-bootstrap.php')) {
include_once('/home/workshopbrain/public_html/nap/aios-bootstrap.php');
}
// End AIOWPSEC Firewall
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, WordPress Language, and ABSPATH. You can find more information
* by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
* wp-config.php} Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
* installation. You don't have to use the web site, you can just copy this file
* to "wp-config.php" and fill in the values.
*
* @package WordPress
*/
define('WP_MEMORY_LIMIT', '64M');
//This will disable all automatic WordPress updates.
define( 'WP_AUTO_UPDATE_CORE', false );
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'workshp3_napdb');
/** MySQL database username */
define('DB_USER', 'workshp3_napuser');
/** MySQL database password */
define('DB_PASSWORD', 'MfWb0U5maPk6');
/** 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', '|>Te=| L([BD*kn)t&|kk=Oo9>yG^t&w~1WmX*u~DC(@yU@MDye6J.QCZ;sa0tL2');
define('SECURE_AUTH_KEY', '.d(n=/z|l:kDKZU4JW2 Im~oM<>BC=nfwz &[9KN25TeKb6v2OO]fT@,+;B[,BM2');
define('LOGGED_IN_KEY', '^v}OyFtJ;!3-[KIaL0+7%9@J@VDoYE=)EyF<]wMex_;W-3FM$N?3YknJS6$X-LiR');
define('NONCE_KEY', 'qIXP84.2WHlHb(:S&f&AWZYI2*gHsW+`6<Af~c0*y:Sw> TuS!lecF0jE|S:t$#6');
define('AUTH_SALT', 'g=Q4)l+;.}E}AXb[|&>qw(R[iT]->nq80I;:euVKCylm+.AM>H+0Cn:{Jx+zYS2-');
define('SECURE_AUTH_SALT', 'qfH #,vh:^5[+FRc f^R,h:;-+bs-v3w}Xxg$9-4}F-2IUI|COmpG|xTye.k}n7.');
define('LOGGED_IN_SALT', '<nt5W0)S2LZ<H|lu~UyE70.;/t&jI>Z5g=p%dE_Y3-#OzfTR4|js|<|_SB=<VAP9');
define('NONCE_SALT', 'gmD+PaPr0^>+<8rY.GM;e$;[|?; .}yC, ^1o9;j>HH~],>~s^J]ruj7R->TJX9[');
/**#@-*/
/**
* 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_';
/**
* 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.
*/
define('WP_DEBUG', false);
define('FS_METHOD','direct');
/* That's all, stop editing! Happy blogging. */
/* Multisite */
define( 'WP_ALLOW_MULTISITE', true );
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', false);
define('DOMAIN_CURRENT_SITE', 'nap.workshop-mg.com');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
/** 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');//Disable File Edits
define('DISALLOW_FILE_EDIT', false);