|
@@ -182,10 +182,8 @@ function cwp7_ClientArea($params){
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
function cwp7_AdminLink($params) {
|
|
function cwp7_AdminLink($params) {
|
|
|
- $code = '<form action="https://'.$params["serverhostname"].':2031/login/index.php" method="post" target="_blank">
|
|
|
|
|
- <input type="submit" value="Login to Control Panel" />
|
|
|
|
|
- </form>';
|
|
|
|
|
- return $code;
|
|
|
|
|
|
|
+ $link = '<a href="https://'.$params["serverhostname"].':2031/login/index.php" target="_blank">Login to Control Panel</a>';
|
|
|
|
|
+ return $link;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
function cwp7_LoginLink($params) {
|
|
function cwp7_LoginLink($params) {
|