|
...
|
...
|
@@ -200,6 +200,7 @@ class UserLoginLogic |
|
|
|
$info['is_upload_manage'] = $project['is_upload_manage'];
|
|
|
|
$info['upload_config'] = $project['upload_config'];
|
|
|
|
$info['image_max'] = $project['image_max'];
|
|
|
|
$info['is_update_language'] = $project['is_update_language'];
|
|
|
|
$info['configuration'] = $project['deploy_build']['configuration'];
|
|
|
|
$info['type'] = $project['type'];
|
|
|
|
if($info['is_customized'] == 1){
|
...
|
...
|
|