From b182faa96dc165226d3df79d9ce0f122f02ccce5 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 21 Jun 2018 18:24:17 -0600 Subject: [PATCH] Update destinations.php --- app/destinations/destinations.php | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/app/destinations/destinations.php b/app/destinations/destinations.php index fbc86203b4..b08b6b5db9 100644 --- a/app/destinations/destinations.php +++ b/app/destinations/destinations.php @@ -186,21 +186,12 @@ echo "
\n"; echo " \n"; - if ($destination_type == 'inbound') { - echo " \n"; - echo " \n"; - } - if ($destination_type == 'outbound') { - echo " \n"; - echo " \n"; - } - if ($destination_type == 'local') { - echo " \n"; - echo " \n"; - } - + echo " \n"; + echo " \n"; + echo " \n"; + echo "  \n"; if (permission_exists('destination_import')) { - echo "\n"; + echo " \n"; } if (permission_exists('destination_all')) {