Revert "LAW-6132"

This reverts commit bcc7c1461a.
This commit is contained in:
atsaruk
2022-11-08 10:19:49 +03:00
parent bcc7c1461a
commit 28e8c2d325
21 changed files with 170 additions and 44 deletions

10
htdocs/wp-config.php Executable file → Normal file
View File

@@ -39,7 +39,15 @@ if ( file_exists( dirname( __FILE__ ) . '/wp-config-local.php' ) ) {
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
define('FS_METHOD', 'direct');
/** 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');
/**
* Authentication Unique Keys and Salts.