fix upload tab functionality

This commit is contained in:
g
2020-08-19 11:19:10 +03:00
parent 2f96cb2a22
commit 6517628b63
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';