Update device_imports.php

This commit is contained in:
FusionPBX 2018-09-28 10:47:18 -06:00 committed by GitHub
parent e5c4a6eb8f
commit 06db9ad07e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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