Skip to content

Commit

Permalink
route back to list page after edit complete.
Browse files Browse the repository at this point in the history
  • Loading branch information
zcarroll4 authored Nov 5, 2021
1 parent c2bd7a4 commit ebb3fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ToDoList/editTaskHandling.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
echo "Error while updating data " . $e->getMessage() , "\n";
}
echo "Successfully updated item! <script>window.close();</script>";
header('Location:/ToDoList');


?>
?>

0 comments on commit ebb3fee

Please sign in to comment.