aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch_dev/v_vars.tmp
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-08-07 20:01:41 -0600
committermcrane <mctch@yahoo.com>2009-08-07 20:01:41 -0600
commite9653939b432451e4523e5381ed351f99a601fe0 (patch)
tree6451e42ab1e78044ec51c808dd35e0e78f2ce1de /config/freeswitch_dev/v_vars.tmp
parent15374edff36f1309e6615660357630bffba8ae0c (diff)
downloadpfsense-packages-e9653939b432451e4523e5381ed351f99a601fe0.tar.gz
pfsense-packages-e9653939b432451e4523e5381ed351f99a601fe0.tar.bz2
pfsense-packages-e9653939b432451e4523e5381ed351f99a601fe0.zip
FreeSWITCH dev package fix syntax errors.
Diffstat (limited to 'config/freeswitch_dev/v_vars.tmp')
-rw-r--r--config/freeswitch_dev/v_vars.tmp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/freeswitch_dev/v_vars.tmp b/config/freeswitch_dev/v_vars.tmp
index feab8e19..afa7afa3 100644
--- a/config/freeswitch_dev/v_vars.tmp
+++ b/config/freeswitch_dev/v_vars.tmp
@@ -51,7 +51,7 @@ if ($_POST['a'] == "save") {
$fd = fopen($v_conf_dir."/vars.xml", "r");
-$content = fread($fd, filesize($v_conf_dir."/conf/vars.xml"));
+$content = fread($fd, filesize($v_conf_dir."/vars.xml"));
fclose($fd);
include("head.inc");