solusio / SolusVM-WHMCS-Module

SolusVM WHMCS Module
https://documentation.solusvm.com/display/DOCS/WHMCS
62 stars 59 forks source link

Wrong request url #36

Closed eusfelix closed 4 years ago

eusfelix commented 5 years ago

Hey, if using unencrypted

In lib/SolusVM.php, line 82: $this->url = "http://" . $conaddr . ":" . $cport . "/api/" . $this->modType . "/command.php/";

should be: $this->url = "http://" . $conaddr . ":" . $cport . "/api/" . $this->modType . "/command.php";

💯 👍