|
...
|
...
|
@@ -109,6 +109,8 @@ class ComController extends BaseController |
|
|
|
$info = $deployBuild->read(['project_id'=>$this->user['project_id']]);
|
|
|
|
if(!empty($info['configuration'])){
|
|
|
|
$configuration = Arr::s2a($info['configuration']);
|
|
|
|
var_dump($configuration);
|
|
|
|
die();
|
|
|
|
if(isset($configuration['is_home']) && ((int)$configuration['is_home'] != 0)){
|
|
|
|
return 1;
|
|
|
|
}
|
...
|
...
|
|