From a84a84bf31ed33c7e132b704186a56b77cc9148a Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 18 Mar 2014 14:18:37 -0300 Subject: Fixup URLs: - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config --- config/freeswitch/freeswitch.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/freeswitch/freeswitch.inc') diff --git a/config/freeswitch/freeswitch.inc b/config/freeswitch/freeswitch.inc index 0c073487..3a2be3c2 100644 --- a/config/freeswitch/freeswitch.inc +++ b/config/freeswitch/freeswitch.inc @@ -3018,7 +3018,7 @@ function freeswitch_php_install_command() // $freebsd_version = "7.2"; //} - $download_path = 'http://www.pfsense.com/packages/config/freeswitch/'; + $download_path = 'https://packages.pfsense.org/packages/config/freeswitch/'; //exec("cd /tmp/;fetch ".$download_path."freeswitch.tgz"); //handled by freeswitch.xml exec("tar zxvf /tmp/freeswitch.tgz -C /usr/local/"); unlink_if_exists("/tmp/freeswitch.tgz"); -- cgit v1.2.3