Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions server/app/logout.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@
else
// Returning the third error
echo error(3);
}

// Else if the request is empty (the user wasn't found)
echo error(3);
} else
// Else if the request is empty (the user wasn't found)
echo error(3);
}

// Else if one of them is null
Expand Down