aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch_dev/v_status.tmp
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-08-09 03:05:52 -0600
committermcrane <mctch@yahoo.com>2009-08-09 03:05:52 -0600
commit5b577ff1f74354d08779a48fbfc095b16d273bb8 (patch)
tree473f03de9d6add8903d33e0bc9c9689f8a194b0c /config/freeswitch_dev/v_status.tmp
parentde5a95ce1b00cd27adff950bfae4b497e3b22467 (diff)
downloadpfsense-packages-5b577ff1f74354d08779a48fbfc095b16d273bb8.tar.gz
pfsense-packages-5b577ff1f74354d08779a48fbfc095b16d273bb8.tar.bz2
pfsense-packages-5b577ff1f74354d08779a48fbfc095b16d273bb8.zip
FreeSWITCH more wording changes on gateways tab, syntax corrections on the status and profile pages. Change more IVR labels to Auto Attendant.
Diffstat (limited to 'config/freeswitch_dev/v_status.tmp')
-rw-r--r--config/freeswitch_dev/v_status.tmp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/freeswitch_dev/v_status.tmp b/config/freeswitch_dev/v_status.tmp
index c16cae7a..7193c18f 100644
--- a/config/freeswitch_dev/v_status.tmp
+++ b/config/freeswitch_dev/v_status.tmp
@@ -47,7 +47,7 @@ if ($_GET['a'] == "download") {
exec("mkdir ".$v_backup_dir."/");
}
chdir($v_parent_dir);
- system(tar cvzf '.$v_backup_dir.'/'.$v_name.'.bak.tgz '.$v_name);
+ system('tar cvzf '.$v_backup_dir.'/'.$v_name.'.bak.tgz '.$v_name);
}
session_cache_limiter('public');
$fd = fopen($tmp.$filename, "rb");