From 2bf80f0e5fe2e9ddb80487d9605b4243f291280e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 24 Sep 2017 10:08:53 -0600 Subject: [PATCH] Update fifo_add.php --- app/fifo/fifo_add.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/fifo/fifo_add.php b/app/fifo/fifo_add.php index aa2d791265..ddd1dbdb24 100644 --- a/app/fifo/fifo_add.php +++ b/app/fifo/fifo_add.php @@ -277,7 +277,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { //redirect the user messages::add($text['message-add']); - header("Location: ".PROJECT_PATH."/app/dialplan/dialplans.php?app_uuid=16589224-c876-aeb3-f59f-523a1c0801f7"); + header("Location: ".PROJECT_PATH."/app/dialplans/dialplans.php?app_uuid=16589224-c876-aeb3-f59f-523a1c0801f7"); return; } //end if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) @@ -428,7 +428,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo "

"; echo ""; - //show the footer require_once "resources/footer.php"; + ?>