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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user