Merge pull request #4158 from gregory-p/wordpress

fix upload tab functionality
This commit is contained in:
bivis
2020-08-19 11:41:55 +03:00
committed by GitHub
3 changed files with 1190 additions and 26 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,13 +0,0 @@
<?php
define( 'DB_NAME', 'WordPress' );
define( 'DB_USER', 'wpuser' );
define( 'DB_PASSWORD', 'BPB6Eter&tjFcL?a' );
define( 'DB_HOST', 'localhost' );
define('DOMAIN_CURRENT_SITE', 'dev1.lawcarta.com');
define('LAWCARTA_SUBDOMAIN', 'app-dev1');
define('LAWCARTA_PORT', '');
$_SERVER['HTTPS'] = 'On';

View File

@@ -1,13 +0,0 @@
<?php
define( 'DB_NAME', 'WordPress' );
define( 'DB_USER', 'wpuser' );
define( 'DB_PASSWORD', 'er1tjFc4?aB5B6Et' );
define( 'DB_HOST', 'localhost' );
define('DOMAIN_CURRENT_SITE', 'lion.lawcarta.com');
define('LAWCARTA_SUBDOMAIN', 'app-lion');
define('LAWCARTA_PORT', '');
$_SERVER['HTTPS'] = 'On';