From 52603c1cd40be0462784e0a7df10fdd47f355977 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 20 Sep 2017 23:50:38 -0600 Subject: [PATCH] Update destinations.php --- app/destinations/destinations.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/destinations/destinations.php b/app/destinations/destinations.php index f2f016d446..90407bba96 100644 --- a/app/destinations/destinations.php +++ b/app/destinations/destinations.php @@ -151,6 +151,10 @@ echo " \n"; } } + + if (permission_exists('destination_import') && file_exists($_SERVER["PROJECT_ROOT"]."/destinations/destination_import.php")) { + echo "\n"; + } echo " "; echo " "; echo " \n";