aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch/freeswitch_recordings.tmp
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-04-24 17:10:20 -0600
committermcrane <mctch@yahoo.com>2009-04-24 17:10:20 -0600
commitdb2074a368f866502c79eedff49b9f9232f9a27f (patch)
tree25b5cb8322eb509a195f8ebbc515256f6c31d9a5 /config/freeswitch/freeswitch_recordings.tmp
parent450e30893ebc71226bfd710fd662b29dff330fe2 (diff)
downloadpfsense-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_recordings.tmp')
-rw-r--r--config/freeswitch/freeswitch_recordings.tmp20
1 files changed, 10 insertions, 10 deletions
diff --git a/config/freeswitch/freeswitch_recordings.tmp b/config/freeswitch/freeswitch_recordings.tmp
index 8b5a5e20..d747af0c 100644
--- a/config/freeswitch/freeswitch_recordings.tmp
+++ b/config/freeswitch/freeswitch_recordings.tmp
@@ -2,11 +2,11 @@
/* $Id$ */
/*
freeswitch_recordings.php
- Copyright (C) 2008 Mark J Crane
- All rights reserved.
+ Copyright (C) 2008 Mark J Crane
+ All rights reserved.
- FreeSWITCH (TM)
- http://www.freeswitch.org/
+ FreeSWITCH (TM)
+ http://www.freeswitch.org/
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
@@ -161,14 +161,14 @@ function EvalSound(soundobj) {
$tab_array = array();
$tab_array[] = array(gettext("Settings"), false, "/pkg_edit.php?xml=freeswitch.xml&amp;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&amp;id=0");
- $tab_array[] = array(gettext("Features"), true, "/freeswitch/freeswitch_features.php");
- $tab_array[] = array(gettext("Gateways"), false, "/freeswitch/freeswitch_gateways.php");
+ $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("Public"), false, "/freeswitch/freeswitch_public_includes.php");
- $tab_array[] = array(gettext("Status"), false, "/freeswitch/freeswitch_status.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");
display_top_tabs($tab_array);