diff --git a/app/devices/device_imports.php b/app/devices/device_imports.php index 467089c005..9b6cf3b77c 100644 --- a/app/devices/device_imports.php +++ b/app/devices/device_imports.php @@ -329,7 +329,7 @@ } //send the redirect header - header("Location: ../devices/devices.php"); + header("Location: devices.php"); return; } }