Project

General

Profile

« Previous | Next » 

Revision 509e1202

Added by Ermal LUÇI over 14 years ago

Correct log messages to not display port twice.

View differences:

etc/inc/voucher.inc
41 41
	global $g, $config;
42 42
	require_once("xmlrpc.inc");
43 43
	if($port == "443") 
44
		$url = "https://{$syncip}:{$port}";
44
		$url = "https://{$syncip}";
45 45
	else 
46
		$url = "http://{$syncip}:{$port}";
46
		$url = "http://{$syncip}";
47 47

  
48 48
	/* Construct code that is run on remote machine */
49 49
	$method = 'pfsense.exec_php';

Also available in: Unified diff