Project

General

Profile

« Previous | Next » 

Revision b8137fc2

Added by Leonardo Amaral almost 11 years ago

  • Fix a typo mismatch in /etc/inc/dyndns.class for CloudFlare URL entry.

View differences:

etc/inc/dyndns.class
620 620
					$needsIP = TRUE;
621 621
					$dnsServer ='www.cloudflare.com';
622 622
					$dnsHost = str_replace(' ','', $this->_dnsHost);
623
					$URL = "https://{$dnsServer}/api.html?a=DIUP&email={$this->_dnsUser}&tkn={$this->_dnsPass}&ip={$this->dnsIP}&hosts={$dnsHost}";
623
					$URL = "https://{$dnsServer}/api.html?a=DIUP&email={$this->_dnsUser}&tkn={$this->_dnsPass}&ip={$this->_dnsIP}&hosts={$dnsHost}";
624 624
					curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
625 625
					curl_setopt($ch, CURLOPT_URL, $URL);
626 626
					break;

Also available in: Unified diff