Update device_copy.php

This commit is contained in:
FusionPBX 2019-08-25 09:09:17 -06:00 committed by GitHub
parent 35f6ba83c6
commit 9a7cb91c1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@
}
//redirect
header("Location: devices.php?id=".$device_uuid);
header("Location: device_edit.php?id=".$device_uuid);
return;
?>