aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch_dev/v_modules.tmp
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-08-10 17:52:51 -0600
committermcrane <mctch@yahoo.com>2009-08-10 17:54:40 -0600
commitab5412cec92a1644d1cc9aba540d3f1987971341 (patch)
tree6a8c795732a5a6dd78e27ec327b34764c888b9a2 /config/freeswitch_dev/v_modules.tmp
parent3222bdb2a7984c1991174c44f9b94c651c9ee9f1 (diff)
downloadpfsense-packages-ab5412cec92a1644d1cc9aba540d3f1987971341.tar.gz
pfsense-packages-ab5412cec92a1644d1cc9aba540d3f1987971341.tar.bz2
pfsense-packages-ab5412cec92a1644d1cc9aba540d3f1987971341.zip
FreeSWITCH dev add -p option to mkdir for storage/fax, recordings adjust so file they can be deleted.
Diffstat (limited to 'config/freeswitch_dev/v_modules.tmp')
-rw-r--r--config/freeswitch_dev/v_modules.tmp4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/freeswitch_dev/v_modules.tmp b/config/freeswitch_dev/v_modules.tmp
index 57ff51fc..b640a2cc 100644
--- a/config/freeswitch_dev/v_modules.tmp
+++ b/config/freeswitch_dev/v_modules.tmp
@@ -310,7 +310,9 @@ function show_advanced_config() {
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php
include("fbegin.inc");
-echo "<p class=\"pgtitle\">$v_label: Modules</p>\n";
+if ($v_label_show) {
+ echo "<p class=\"pgtitle\">$v_label: Modules</p>\n";
+}
?>
<?php if ($input_errors) print_input_errors($input_errors); ?>