| Current Path : /home/cognqeap/iscbonline.com/ |
| Current File : /home/cognqeap/iscbonline.com/wp-config.php |
<?php
// BEGIN Solid Security - Do not modify or remove this line
// Solid Security Config Details: 2
define( 'DISALLOW_FILE_EDIT', true ); // Disable File Editor - Security > Settings > WordPress Tweaks > File Editor
// END Solid Security - Do not modify or remove this line
define( 'ITSEC_ENCRYPTION_KEY', 'KVl9Q1MmNi89NmpJX2NKUT43IEdWV1Q3dENTLW9rMzt8QVRIKEJ3OElxYTtUb112fUIrOjdMWChlK0AtVFNqTg==' );
define( 'WP_CACHE', true );
// Begin AIOWPSEC Firewall
if (file_exists('/home/cognqeap/iscbonline.com/aios-bootstrap.php')) {
include_once('/home/cognqeap/iscbonline.com/aios-bootstrap.php');
}
// End AIOWPSEC Firewall
/**
* 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
* * ABSPATH
*
* @link https://wordpress.org/documentation/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', 'cognqeap_wp886' );
/** Database username */
define( 'DB_USER', 'cognqeap_wp886' );
/** Database password */
define( 'DB_PASSWORD', 'So35U6m)-TDp.--m' );
/** Database 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', 'hddzdup5lncqlhdaauvmki9i9w1qffacywriqmfyxvamiu3vi6ekhisxldxvqlby' );
define( 'SECURE_AUTH_KEY', 'bzubdxyo3naqprbyejlvahtcdm9ljrpqfy20n0dtg9xs9koqquzz4hl9ojsrblw1' );
define( 'LOGGED_IN_KEY', 'm46jw9llxetdec078aomzx8zfqyhmprkn6rbkqeza0z7o0qw09flkwgsswxb6uh5' );
define( 'NONCE_KEY', 'i2nrgtsqgqqwqjudem5xq3wjxzgyy24gbhvcsg7uwp43gnbwexz1rtp2tsp3nmjy' );
define( 'AUTH_SALT', 'xpnt4ow3ort6oslh7l9es3wk0pdc8v9oiq0mfwnmuchyyyroceyfw4epwksyhkz9' );
define( 'SECURE_AUTH_SALT', 'xtok5venxtev2repaneiiymd8ngbvscpcehvcu25pz2pc1qlxfkbxvinq3slsh56' );
define( 'LOGGED_IN_SALT', '0cn8fof6gx7ednqphal8honnirrxnzuj33ovmcxssdkgpdvvfm3cmucmfyj72ihy' );
define( 'NONCE_SALT', 't1oqtmkbmdzbhjswtjx7bebydygnfdbjpgybyetp7oaujsedyf4kpct8dx90oyjb' );
/**#@-*/
/**
* 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 = 'wpjl_';
/**
* 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/documentation/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
define('CONCATENATE_SCRIPTS', false);
define('DISALLOW_FILE_EDIT', true);
/* 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';