forked from LiveCarta/LiveCartaWP
LAW-6132
This commit is contained in:
10
htdocs/wp-config.php
Normal file → Executable file
10
htdocs/wp-config.php
Normal file → Executable file
@@ -39,15 +39,7 @@ if ( file_exists( dirname( __FILE__ ) . '/wp-config-local.php' ) ) {
|
||||
|
||||
define('DB_CHARSET', 'utf8');
|
||||
define('DB_COLLATE', '');
|
||||
|
||||
/** Multisite */
|
||||
define('WP_ALLOW_MULTISITE', true);
|
||||
define('MULTISITE', true);
|
||||
define('SUBDOMAIN_INSTALL', false);
|
||||
define('PATH_CURRENT_SITE', '/');
|
||||
define('SITE_ID_CURRENT_SITE', 1);
|
||||
define('BLOG_ID_CURRENT_SITE', 1);
|
||||
define('SUNRISE', 'on');
|
||||
define('FS_METHOD', 'direct');
|
||||
|
||||
/**
|
||||
* Authentication Unique Keys and Salts.
|
||||
|
||||
Reference in New Issue
Block a user