aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch_dev/v_config.inc
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-08-06 22:29:20 -0600
committermcrane <mctch@yahoo.com>2009-08-06 22:29:20 -0600
commit6eeac714b3bb1f54f3c763369ddc44339a99c805 (patch)
tree52061e6e2df46298fcbcc7ee29b6424c95003b28 /config/freeswitch_dev/v_config.inc
parent7d66a5bdbb20df8a5e7e4266de177a2b22458fc7 (diff)
downloadpfsense-packages-6eeac714b3bb1f54f3c763369ddc44339a99c805.tar.gz
pfsense-packages-6eeac714b3bb1f54f3c763369ddc44339a99c805.tar.bz2
pfsense-packages-6eeac714b3bb1f54f3c763369ddc44339a99c805.zip
FreeSWITCH dev change the way the menu is called to make it more flexible.
Diffstat (limited to 'config/freeswitch_dev/v_config.inc')
-rw-r--r--config/freeswitch_dev/v_config.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/freeswitch_dev/v_config.inc b/config/freeswitch_dev/v_config.inc
index 711eb1e3..19f709bd 100644
--- a/config/freeswitch_dev/v_config.inc
+++ b/config/freeswitch_dev/v_config.inc
@@ -105,7 +105,7 @@ function build_menu() {
$tab_array[] = array(gettext("Vars"), $menu_selected, "/packages/freeswitch/v_vars.php");
unset($menu_selected);
- return $tab_array;
+ display_top_tabs($tab_array);
}
@@ -3000,7 +3000,7 @@ function v_php_install_command()
global $config;
- $v_package_version = "0.9.7.4";
+ $v_package_version = "0.9.7.5";
$v_build_version = "1.0.4";
$v_build_revision = "14306";