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