mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correct log messages to not display port twice.
This commit is contained in:
parent
650b573bd8
commit
509e1202eb
@ -41,9 +41,9 @@ function xmlrpc_sync_voucher_disconnect($dbent, $syncip, $port, $password, $user
|
||||
global $g, $config;
|
||||
require_once("xmlrpc.inc");
|
||||
if($port == "443")
|
||||
$url = "https://{$syncip}:{$port}";
|
||||
$url = "https://{$syncip}";
|
||||
else
|
||||
$url = "http://{$syncip}:{$port}";
|
||||
$url = "http://{$syncip}";
|
||||
|
||||
/* Construct code that is run on remote machine */
|
||||
$method = 'pfsense.exec_php';
|
||||
|
||||
@ -2077,4 +2077,4 @@ function XML_RPC_encode($php_val)
|
||||
* End:
|
||||
*/
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user