<?php
// Begin AIOWPSEC Firewall
if (file_exists('/var/www/dsw.bdu.ac.bd/public_html/aios-bootstrap.php')) {
include_once('/var/www/dsw.bdu.ac.bd/public_html/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
*/
@ini_set( 'max_input_vars' , '3000' );
@ini_set( 'post_max_size' , '64M' );
@ini_set( 'max_execution_time' , '300' );
/*@ini_set('upload_max_size' , '256M' );*/
define( 'FS_METHOD', 'direct' );
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'db_dsw' );
/** Database username */
define( 'DB_USER', 'root' );
/** Database password */
define( 'DB_PASSWORD', 'DmiZfvkznsll4NMF' );
/** 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', '=$E~K;Y~|K<OH mlLf+b^/=1jL7NONZ]%7+s>f%YhJ mawb;0t6x06U{qT6;i1,$' );
define( 'SECURE_AUTH_KEY', 'IrL*l|Sm3i[A[SsRYY2hkn&Q*FQaJ_B;<{DtoMI8!Cly<c/[PXd 9~!gNpxz l((' );
define( 'LOGGED_IN_KEY', 'j)m84*J_wq[O~GzGaf)3XjC]`>.eOfq6(vg*dFP7>&m@o;#k(X$k=y&E&4c[X:zb' );
define( 'NONCE_KEY', '[g%0|J12k~whn[COoaO{q]Tx4*,+Agi7HBz_Tw=a@H]hCljVg6^:7}A7x@>HK8x_' );
define( 'AUTH_SALT', '=O/aX[unbSuX/^8XKvaP=FmG0]^vjt}!DjX+j]PCxc}e0]u[xWN&Dvvv<Tw:CF)<' );
define( 'SECURE_AUTH_SALT', '6yAmdVi/x?1T69vsA:`=^of>aI}6jl[OA<B:%p$HV,bB/t^Q_Y}qOo-K#bfb0ENg' );
define( 'LOGGED_IN_SALT', '|HoG/7k:/o;IM(FLjrv;1zGcVxY1cr%Ydc}e(n+a}&!k_<N&Nwqei4+Tro!Ma:*7' );
define( 'NONCE_SALT', '+_mEIHL;eBBm&g@,rF*G-DQ^`N2xo/4#lp$TVf7r(1Lt08&: t!QUIw]B(0{*p[{' );
/**#@-*/
/**
* 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 = 'tbl_';
/**
* 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 );
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
/* Add any custom values between this line and the "stop editing" line. */
/* Multisite */
define( 'WP_ALLOW_MULTISITE', true );
define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', false );
define( 'DOMAIN_CURRENT_SITE', 'dsw.bdu.ac.bd' );
define( 'PATH_CURRENT_SITE', '/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );
/* 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';//Disable File Edits
define('DISALLOW_FILE_EDIT', true);