diff options
author | mcrane <mctch@yahoo.com> | 2009-05-13 15:36:31 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-05-13 15:36:31 -0600 |
commit | a36f2343c6ba49eaf4d4c9fe05e6752e6e15f197 (patch) | |
tree | 86e545a03aa0baa8c0238ddf2ad0378ea7409fbe /config/freeswitch/freeswitch_profiles.tmp | |
parent | cddd115318c9277375a7ad472ff88528470831fd (diff) | |
download | pfsense-packages-a36f2343c6ba49eaf4d4c9fe05e6752e6e15f197.tar.gz pfsense-packages-a36f2343c6ba49eaf4d4c9fe05e6752e6e15f197.tar.bz2 pfsense-packages-a36f2343c6ba49eaf4d4c9fe05e6752e6e15f197.zip |
FreeSWITCH package change wording from Set to Default to Restore Default, adjustments to the LAN profile
Diffstat (limited to 'config/freeswitch/freeswitch_profiles.tmp')
-rw-r--r-- | config/freeswitch/freeswitch_profiles.tmp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/freeswitch/freeswitch_profiles.tmp b/config/freeswitch/freeswitch_profiles.tmp index 9bcbd48d..bcfcf021 100644 --- a/config/freeswitch/freeswitch_profiles.tmp +++ b/config/freeswitch/freeswitch_profiles.tmp @@ -63,7 +63,7 @@ function ListFiles($dir) { if ($_GET['a'] == "default") { conf_mount_rw(); exec("cp /usr/local/freeswitch/conf.orig/sip_profiles/".$_GET['f']." /usr/local/freeswitch/conf/sip_profiles/".$_GET['f']); - $savemsg = $_POST['f'].": Set as Default"; + $savemsg = "Restore Default"; conf_mount_ro(); } @@ -73,7 +73,7 @@ if ($_POST['a'] == "save") { $fd = fopen("/usr/local/freeswitch/conf/sip_profiles/".$_POST['f'], "w"); fwrite($fd, $content); fclose($fd); - $savemsg = "Saved text to " . $_POST['f']; + $savemsg = "Saved"; conf_mount_ro(); } |