Update cmd.php

This commit is contained in:
FusionPBX 2019-06-17 02:08:32 -06:00 committed by GitHub
parent 3a570ca667
commit c251a2d1e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 8 deletions

View File

@ -40,7 +40,6 @@
//set the variables
$cmd = check_str($_GET['cmd']);
$rdr = check_str($_GET['rdr']);
//create the event socket connection
$fp = event_socket_create($_SESSION['event_socket_ip_address'], $_SESSION['event_socket_port'], $_SESSION['event_socket_password']);
@ -84,12 +83,7 @@
}
//redirect the user
if ($rdr == "false") {
//redirect false
echo $response;
}
else {
header("Location: sip_status.php");
}
header("Location: sip_status.php");
?>