From a36f2343c6ba49eaf4d4c9fe05e6752e6e15f197 Mon Sep 17 00:00:00 2001 From: mcrane Date: Wed, 13 May 2009 15:36:31 -0600 Subject: FreeSWITCH package change wording from Set to Default to Restore Default, adjustments to the LAN profile --- config/freeswitch/freeswitch_vars.tmp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/freeswitch/freeswitch_vars.tmp') diff --git a/config/freeswitch/freeswitch_vars.tmp b/config/freeswitch/freeswitch_vars.tmp index 00f2caca..5e7a5744 100644 --- a/config/freeswitch/freeswitch_vars.tmp +++ b/config/freeswitch/freeswitch_vars.tmp @@ -38,7 +38,7 @@ require("/usr/local/pkg/freeswitch.inc"); if ($_GET['a'] == "default") { conf_mount_rw(); exec("cp /usr/local/freeswitch/conf.orig/vars.xml /usr/local/freeswitch/conf/vars.xml"); - $savemsg = "vars.xml: Set as Default"; + $savemsg = "Default Restored"; conf_mount_ro(); } @@ -48,7 +48,7 @@ if ($_POST['a'] == "save") { $fd = fopen("/usr/local/freeswitch/conf/vars.xml", "w"); fwrite($fd, $content); fclose($fd); - $savemsg = "Saved text to the vars.xml"; + $savemsg = "Saved"; conf_mount_ro(); } @@ -129,7 +129,7 @@ display_top_tabs(build_menu()); "; + echo ""; ?> -- cgit v1.2.3