1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-18 00:06:26 +02:00

Increased compatibility down to PHP 5.6

Removed dependencies installed by Composer
This commit is contained in:
Deltik
2018-02-12 15:08:16 -06:00
parent b18ef3f830
commit 34c8bf8afb
4354 changed files with 12 additions and 380326 deletions

View File

@@ -17,9 +17,9 @@ class cPanelDeployer
private $skip_mysql_remote_hosts = false;
protected const TEST_PREFIX = 'test_';
protected const TARGET_RELPATH = 'public_html/';
protected const DEFAULT_COMPONENTS = ['db', 'fs'];
const TEST_PREFIX = 'test_';
const TARGET_RELPATH = 'public_html/';
const DEFAULT_COMPONENTS = ['db', 'fs'];
function __construct($credentials)
{