Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit da1c06d

Browse files
committed
Fix xmlrpc_tester.php as well.
1 parent a9ea140 commit da1c06d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

xmlrpc_tester.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
function get_firmware_version($return_php = true) {
1313
global $g;
14-
$versioncheck_base_url = "www.pfsense.com";
15-
$versioncheck_path = "/pfSense/xmlrpc.php";
14+
$versioncheck_base_url = "packages.pfsense.org";
15+
$versioncheck_path = "/xmlrpc.php";
1616
if(isset($config['system']['alt_firmware_url']['enabled']) and isset($config['system']['alt_firmware_url']['versioncheck_base_url'])) {
1717
$versioncheck_base_url = $config['system']['alt_firmware_url']['versioncheck_base_url'];
1818
}

0 commit comments

Comments
 (0)