Skip to content

Commit

Permalink
Remove if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpetros committed Jul 18, 2024
1 parent ef626be commit 93a8b43
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions www/switch-emoji/user.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
if ($req['method'] == 'POST'):
[
'sequences' => $sequences,
'info' => $info
Expand All @@ -18,8 +17,6 @@
header("Location: /switch-emoji/success");
http_response_code(303);
die();

endif;
?>


0 comments on commit 93a8b43

Please sign in to comment.