#c#3Dx' ); /** MySQL hostname */ define( 'DB_HOST', '127.0.0.1' ); /** 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', 'Sq];:bq-01*rxW C**I`*DH.vp-/Wb!;l-6r#6si&m^l6a 7B8AE!-%xG.rY=Bp|+gW:d,oyM2PV!K%j9,N?G%V-gwz^&'); define('LOGGED_IN_KEY', 'DJXvlE.Uo%=-gmYV|:mzaR=wc$h>9WnjG-_AM~+NR21iK}kZ^7_I0a(eG0u6LqL{'); define('NONCE_KEY', ':Jr1*pkU/H98m/#bAIi4XAjofhvj~H2IP_t&! 3fa_bPl*`GzTC9QYE'); define('LOGGED_IN_SALT', 'V|k?]_9hyCP+QdKdGi{ih~tB0p-Jb%H=[$kv3+$Z_Zp2J5Y+)%n3@h *2Qw37|=.'); define('NONCE_SALT', '7oNIF:-wK8n@ja]~kYV2q1N!mM:PB5n(uZ[9?QNzBk|N1}E{*d~NL6T<8d5*i];)'); //define( 'COOKIE_DOMAIN', '' ); /**#@-*/ /** * 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. * * For information on other constants that can be used for debugging, * visit the Codex. * * @link https://codex.wordpress.org/Debugging_in_WordPress */ define('WP_DEBUG', false); /* Multisite */ //define( 'WP_ALLOW_MULTISITE', true ); /* Multisite */ define( 'SUNRISE', 'on' ); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', true); $base = '/'; define('DOMAIN_CURRENT_SITE', 'ths.ac.in'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1); /* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Sets up WordPress vars and included files. */ @include_once('/var/lib/sec/wp-settings-pre.php'); // Added by SiteGround WordPress management system require_once(ABSPATH . 'wp-settings.php'); @include_once('/var/lib/sec/wp-settings.php'); // Added by SiteGround WordPress management system