Author Topic: CWP7 Login to Server from WHMCS servers area link bad  (Read 4323 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
CWP7 Login to Server from WHMCS servers area link bad
« on: March 21, 2018, 12:31:41 PM »
Currently when clicking login to control panel from whmcs goes to

function cwp7_AdminLink($params) {
    $code = '<form action="http://'.$params["serverhostname"].':2030/login.php" method="post" target="_blank">

And I get a page not found error. Should it be changed to?

function cwp7_AdminLink($params) {
    $code = '<form action="http://'.$params["serverhostname"].':2030/admin/index.php" method="post" target="_blank">

Offline
**
Re: CWP7 Login to Server from WHMCS servers area link bad
« Reply #1 on: March 23, 2018, 09:39:11 AM »
Code: [Select]
:2030/login/index.php