diff options
Diffstat (limited to 'config/freeswitch_dev/v_vars.tmp')
-rw-r--r-- | config/freeswitch_dev/v_vars.tmp | 2 |
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"); |