Update call_broadcast_edit.php

This commit is contained in:
FusionPBX 2019-08-17 12:02:12 -06:00 committed by GitHub
parent 3275553168
commit 032d365fb5
1 changed files with 2 additions and 2 deletions

View File

@ -106,8 +106,8 @@
$broadcast_avmd = $_POST["broadcast_avmd"];
$broadcast_destination_data = $_POST["broadcast_destination_data"];
if (if_group("superadmin")){
$broadcast_accountcode = $_POST["broadcast_accountcode"])
if (if_group("superadmin")) {
$broadcast_accountcode = $_POST["broadcast_accountcode"];
}
else if (if_group("admin") && file_exists($_SERVER["PROJECT_ROOT"]."/app/billing/app_config.php")){
$sql = "select count(*) ";