Update destinations.php

This commit is contained in:
FusionPBX
2019-12-27 19:39:46 -07:00
committed by GitHub
parent 8a3356b019
commit 59b0dc382c

View File

@@ -100,7 +100,7 @@
switch ($_GET['type']) {
case 'inbound': $destination_type = 'inbound'; break;
case 'outbound': $destination_type = 'outbound'; break;
case 'local': $destination_type = 'local'; break;
//case 'local': $destination_type = 'local'; break;
default: $destination_type = 'inbound';
}