1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-17 07:46:29 +02:00

Updated documentation and renamed "cpanel" section to "hosting"

This commit is contained in:
Nick Liu
2018-08-16 00:42:52 -05:00
parent ee7808b7bf
commit 6de885cd79
3 changed files with 231 additions and 63 deletions

View File

@@ -20,7 +20,7 @@ class cPanelDeployer extends Deployer
function __construct($params = [])
{
parent::__construct($params);
$this->credentials = $params['cpanel'];
$this->credentials = $params['hosting'];
}
public function start()