File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11<?php
2+ // This module sponsered by our good friends from wexcloud.com
3+
24
35function vesta_ConfigOptions () {
46
@@ -272,7 +274,7 @@ function vesta_ChangePackage($params) {
272274
273275function vesta_ClientArea ($ params ) {
274276
275- $ code = '<form action="https:// ' .$ params ["serverhostname " ].'/login/" method="post" target="_blank">
277+ $ code = '<form action="https:// ' .$ params ["serverhostname " ].':8083 /login/" method="post" target="_blank">
276278<input type="hidden" name="user" value=" ' .$ params ["username " ].'" />
277279<input type="hidden" name="password" value=" ' .$ params ["password " ].'" />
278280<input type="submit" value="Login to Control Panel" />
@@ -284,7 +286,7 @@ function vesta_ClientArea($params) {
284286
285287function vesta_AdminLink ($ params ) {
286288
287- $ code = '<form action="https:// ' .$ params ["serverhostname " ].'/login/" method="post" target="_blank">
289+ $ code = '<form action="https:// ' .$ params ["serverhostname " ].':8083 /login/" method="post" target="_blank">
288290<input type="hidden" name="user" value=" ' .$ params ["serverusername " ].'" />
289291<input type="hidden" name="password" value=" ' .$ params ["serverpassword " ].'" />
290292<input type="submit" value="Login to Control Panel" />
@@ -295,7 +297,7 @@ function vesta_AdminLink($params) {
295297
296298function vesta_LoginLink ($ params ) {
297299
298- echo "<a href= \"https:// " .$ params ["serverhostname " ]."/login/ \" target= \"_blank \" style= \"color:#cc0000 \">control panel</a> " ;
300+ echo "<a href= \"https:// " .$ params ["serverhostname " ].":8083 /login/ \" target= \"_blank \" style= \"color:#cc0000 \">control panel</a> " ;
299301
300302}
301303
You can’t perform that action at this time.
0 commit comments