diff options
Diffstat (limited to 'config/freeswitch_dev')
-rw-r--r-- | config/freeswitch_dev/v_config.inc | 1 | ||||
-rw-r--r-- | config/freeswitch_dev/v_features.tmp | 7 |
2 files changed, 7 insertions, 1 deletions
diff --git a/config/freeswitch_dev/v_config.inc b/config/freeswitch_dev/v_config.inc index 2c5aebcf..48660ea3 100644 --- a/config/freeswitch_dev/v_config.inc +++ b/config/freeswitch_dev/v_config.inc @@ -38,6 +38,7 @@ require_once('service-utils.inc'); $v_label_show = true; $v_path_show = true; $v_menu_tab_show = true; + $v_fax_show = true; function v_settings() diff --git a/config/freeswitch_dev/v_features.tmp b/config/freeswitch_dev/v_features.tmp index 590791c5..d9ecf48f 100644 --- a/config/freeswitch_dev/v_features.tmp +++ b/config/freeswitch_dev/v_features.tmp @@ -121,7 +121,9 @@ build_menu(); <br /> <br /> - + <?php + if ($v_fax_show) { + ?> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td class="listtopic" colspan='2'>FAX</td> @@ -136,6 +138,9 @@ build_menu(); <br /> <br /> + <?php + } + ?> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> |