mirror of
https://github.com/PGYER/codefever.git
synced 2026-05-06 21:50:39 +08:00
feat(Admin Settings): add ssh clone address host setting (Github: #132)
feat #132
This commit is contained in:
@@ -36,6 +36,7 @@ class User_model extends CI_Model
|
||||
'unReadNotification' => $extra ? $this->notificationModel->unReadNotificationCount($item['u_key']) : 0,
|
||||
'status' => $item['u_status'] == COMMON_STATUS_NORMAL,
|
||||
'host' => YAML_HOST,
|
||||
'ssh' => YAML_SSH,
|
||||
]);
|
||||
}
|
||||
return $result;
|
||||
|
||||
Reference in New Issue
Block a user