aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch/freeswitch_ivr.tmp
diff options
context:
space:
mode:
authorserg dvoriancev <dv_serg@mail.ru>2009-05-12 17:43:44 +0400
committerserg dvoriancev <dv_serg@mail.ru>2009-05-12 17:43:44 +0400
commit8f9a121ffc0774457c9cfc890163d67987f4a631 (patch)
treefc1b5e4095237c4349daba3e0a21234acdba9a3a /config/freeswitch/freeswitch_ivr.tmp
parent55705dc89a83cdda1f804ee8eeeb9fea8de7d948 (diff)
parent85264c180bf6d4860727e53c33b5e9d59539fff4 (diff)
downloadpfsense-packages-8f9a121ffc0774457c9cfc890163d67987f4a631.tar.gz
pfsense-packages-8f9a121ffc0774457c9cfc890163d67987f4a631.tar.bz2
pfsense-packages-8f9a121ffc0774457c9cfc890163d67987f4a631.zip
Merge branch 'master' of http://gitweb.pfsense.org/pfsense-packages/mainline
Diffstat (limited to 'config/freeswitch/freeswitch_ivr.tmp')
-rw-r--r--config/freeswitch/freeswitch_ivr.tmp3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/freeswitch/freeswitch_ivr.tmp b/config/freeswitch/freeswitch_ivr.tmp
index 20134727..e6dd6a0f 100644
--- a/config/freeswitch/freeswitch_ivr.tmp
+++ b/config/freeswitch/freeswitch_ivr.tmp
@@ -66,10 +66,9 @@ include("head.inc");
$tab_array[] = array(gettext("Settings"), false, "/pkg_edit.php?xml=freeswitch.xml&amp;id=0");
$tab_array[] = array(gettext("Dialplan"), false, "/packages/freeswitch/freeswitch_dialplan_includes.php");
$tab_array[] = array(gettext("Extensions"), false, "/packages/freeswitch/freeswitch_extensions.php");
- $tab_array[] = array(gettext("External"), false, "/pkg_edit.php?xml=freeswitch_external.xml&amp;id=0");
$tab_array[] = array(gettext("Features"), true, "/packages/freeswitch/freeswitch_features.php");
$tab_array[] = array(gettext("Gateways"), false, "/packages/freeswitch/freeswitch_gateways.php");
- $tab_array[] = array(gettext("Internal"), false, "/pkg_edit.php?xml=freeswitch_internal.xml&amp;id=0");
+ $tab_array[] = array(gettext("Profiles"), false, "/packages/freeswitch/freeswitch_profiles.php");
$tab_array[] = array(gettext("Public"), false, "/packages/freeswitch/freeswitch_public_includes.php");
$tab_array[] = array(gettext("Status"), false, "/packages/freeswitch/freeswitch_status.php");
$tab_array[] = array(gettext("Vars"), false, "/pkg_edit.php?xml=freeswitch_vars.xml&amp;id=0");