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">