Update destinations.php
This commit is contained in:
parent
8a3356b019
commit
59b0dc382c
|
|
@ -100,7 +100,7 @@
|
||||||
switch ($_GET['type']) {
|
switch ($_GET['type']) {
|
||||||
case 'inbound': $destination_type = 'inbound'; break;
|
case 'inbound': $destination_type = 'inbound'; break;
|
||||||
case 'outbound': $destination_type = 'outbound'; break;
|
case 'outbound': $destination_type = 'outbound'; break;
|
||||||
case 'local': $destination_type = 'local'; break;
|
//case 'local': $destination_type = 'local'; break;
|
||||||
default: $destination_type = 'inbound';
|
default: $destination_type = 'inbound';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue