Skip to content

Commit 45a0b91

Browse files
author
Hai Zheng
committed
Added ref for manage login
1 parent dc096da commit 45a0b91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cloud.cls.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -931,6 +931,7 @@ public function qc_link()
931931
$data = array(
932932
'site_url' => home_url(),
933933
'ver' => LSCWP_V,
934+
'ref' => get_admin_url(null, 'admin.php?page=litespeed'),
934935
);
935936
return self::CLOUD_SERVER_DASH . '/u/wp3/manage?data=' . urlencode(Utility::arr2str($data)); // . (!empty($this->_summary['is_linked']) ? '?wplogin=1' : '');
936937
}

0 commit comments

Comments
 (0)