diff options
author | mcrane <mctch@yahoo.com> | 2009-04-24 17:10:20 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-04-24 17:10:20 -0600 |
commit | db2074a368f866502c79eedff49b9f9232f9a27f (patch) | |
tree | 25b5cb8322eb509a195f8ebbc515256f6c31d9a5 /config/freeswitch/freeswitch_status.tmp | |
parent | 450e30893ebc71226bfd710fd662b29dff330fe2 (diff) | |
download | pfsense-packages-db2074a368f866502c79eedff49b9f9232f9a27f.tar.gz pfsense-packages-db2074a368f866502c79eedff49b9f9232f9a27f.tar.bz2 pfsense-packages-db2074a368f866502c79eedff49b9f9232f9a27f.zip |
FreeSWITCH package move php files from /usr/local/www/freeswitch to /usr/local/www/packages/freeswitch
Diffstat (limited to 'config/freeswitch/freeswitch_status.tmp')
-rw-r--r-- | config/freeswitch/freeswitch_status.tmp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/freeswitch/freeswitch_status.tmp b/config/freeswitch/freeswitch_status.tmp index 3aa70ba5..1d42de1f 100644 --- a/config/freeswitch/freeswitch_status.tmp +++ b/config/freeswitch/freeswitch_status.tmp @@ -122,14 +122,14 @@ if ($savemsg) { $tab_array = array(); $tab_array[] = array(gettext("Settings"), false, "/pkg_edit.php?xml=freeswitch.xml&id=0"); - $tab_array[] = array(gettext("Dialplan"), false, "/freeswitch/freeswitch_dialplan_includes.php"); - $tab_array[] = array(gettext("Extensions"), false, "/freeswitch/freeswitch_extensions.php"); + $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&id=0"); - $tab_array[] = array(gettext("Features"), false, "/freeswitch/freeswitch_features.php"); - $tab_array[] = array(gettext("Gateways"), false, "/freeswitch/freeswitch_gateways.php"); + $tab_array[] = array(gettext("Features"), false, "/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&id=0"); - $tab_array[] = array(gettext("Public"), false, "/freeswitch/freeswitch_public_includes.php"); - $tab_array[] = array(gettext("Status"), true, "/freeswitch/freeswitch_status.php"); + $tab_array[] = array(gettext("Public"), false, "/packages/freeswitch/freeswitch_public_includes.php"); + $tab_array[] = array(gettext("Status"), true, "/packages/freeswitch/freeswitch_status.php"); $tab_array[] = array(gettext("Vars"), false, "/pkg_edit.php?xml=freeswitch_vars.xml&id=0"); display_top_tabs($tab_array); |