When editing a device return to the edit page rather than the list.

This commit is contained in:
Mark Crane
2014-01-08 20:07:02 +00:00
parent c9ed299ced
commit 1f600dc1a0

View File

@@ -296,7 +296,7 @@ require_once "resources/require.php";
//redirect the user
require_once "resources/header.php";
echo "<meta http-equiv=\"refresh\" content=\"2;url=devices.php\">\n";
echo "<meta http-equiv=\"refresh\" content=\"2;url=device_edit.php?id=$device_uuid\">\n";
echo "<div align='center'>\n";
echo $text['message-add']."\n";
echo "</div>\n";