diff options
Diffstat (limited to 'config/freeswitch_dev')
-rw-r--r-- | config/freeswitch_dev/v_config.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/freeswitch_dev/v_config.inc b/config/freeswitch_dev/v_config.inc index e47a2d3a..6bd06595 100644 --- a/config/freeswitch_dev/v_config.inc +++ b/config/freeswitch_dev/v_config.inc @@ -3000,6 +3000,9 @@ function v_php_install_command() // $freebsd_version = "7.2"; //} + $static_output = 'Extracting'; + update_output_window($static_output); + $download_path = 'http://www.pfsense.com/packages/config/freeswitch_dev/'; //exec("cd /tmp/;fetch ".$download_path."freeswitch.tgz"); //handled by freeswitch.xml exec("tar zxvf /tmp/freeswitch.tgz -C /usr/local/"); |