Skip to content

Commit

Permalink
Added ref for manage login
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Zheng committed Sep 16, 2024
1 parent 721e6b4 commit f0a1d2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cloud.cls.php
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,7 @@ public function qc_link()
$data = array(
'site_url' => home_url(),
'ver' => LSCWP_V,
'ref' => get_admin_url(null, 'admin.php?page=litespeed'),
);
return self::CLOUD_SERVER_DASH . '/u/wp3/manage?data=' . urlencode(Utility::arr2str($data)); // . (!empty($this->_summary['is_linked']) ? '?wplogin=1' : '');
}
Expand Down

0 comments on commit f0a1d2a

Please sign in to comment.