Update destination_imports.php

This commit is contained in:
FusionPBX 2018-09-28 10:46:44 -06:00 committed by GitHub
parent 9fbd23779c
commit 80f27f5201
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@
}
//send the redirect header
header("Location: /app/destinations/destinations.php");
header("Location: destinations.php");
return;
}