Control Web Panel

WebPanel => CentOS 7 Problems => Topic started by: nkolet on March 21, 2018, 12:31:41 PM

Title: CWP7 Login to Server from WHMCS servers area link bad
Post by: nkolet 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">
Title: Re: CWP7 Login to Server from WHMCS servers area link bad
Post by: Gogo on March 23, 2018, 09:39:11 AM
Code: [Select]
:2030/login/index.php