Merge pull request #1527 from phil-davis/patch-2

This commit is contained in:
Renato Botelho 2015-02-28 11:27:32 -03:00
commit bb235b2780

View File

@ -355,7 +355,7 @@
$server = "https://dynupdate.no-ip.com/ducupdate.php";
$port = "";
if ($this->_dnsServer) {
$server = $this->_dnsServer
$server = $this->_dnsServer;
}
if ($this->_dnsPort) {
$port = ":" . $this->_dnsPort;