diff options
author | mcrane <mctch@yahoo.com> | 2009-08-10 21:13:38 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-08-10 21:13:38 -0600 |
commit | 7c422f3b4e466a47715df97c9e61f11430aee904 (patch) | |
tree | bfd04c94471b16fa5b0dbc1f7aa0833bba322c9a /config/freeswitch_dev | |
parent | 8010ab2518052d3be1cd64a65922353b55a7d425 (diff) | |
download | pfsense-packages-7c422f3b4e466a47715df97c9e61f11430aee904.tar.gz pfsense-packages-7c422f3b4e466a47715df97c9e61f11430aee904.tar.bz2 pfsense-packages-7c422f3b4e466a47715df97c9e61f11430aee904.zip |
FreeSWITCH dev minor modification that makes the new update web interface tool work correctly.
Diffstat (limited to 'config/freeswitch_dev')
-rw-r--r-- | config/freeswitch_dev/v_status.tmp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/freeswitch_dev/v_status.tmp b/config/freeswitch_dev/v_status.tmp index 2b30d715..ecc9bf1b 100644 --- a/config/freeswitch_dev/v_status.tmp +++ b/config/freeswitch_dev/v_status.tmp @@ -67,7 +67,8 @@ if ($_GET['a'] == "update") { //exec("cp ".$tmp_dir."/v_config.tmp ".$v_parent_dir."/pkg/v_config.php"); //unlink_if_exists($tmp_dir."/v_config.tmp"); - header( 'Location: v_status.php?a=update&s=gui_phase_2' ) ; + header( 'Location: v_status.php?a=update&t=gui_phase_2' ) ; + exit; } } @@ -75,6 +76,7 @@ if ($_GET['a'] == "update") { if ($_GET['t'] == "gui_phase_2") { v_install_phase_2(); //needs to run on the new page so that it uses the new v_config.inc file header( 'Location: v_status.php?savemsg=Update+Completed.' ) ; + exit; } } |