Update destination_imports.php

This commit is contained in:
FusionPBX 2018-09-28 10:46:44 -06:00 committed by GitHub
parent eed2e3d649
commit e5c4a6eb8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}