Skip to content

Commit

Permalink
Fix for CSRF bug in reject_entry.php
Browse files Browse the repository at this point in the history
  • Loading branch information
craigk5n committed May 17, 2024
1 parent 48cb0cf commit d1eca7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reject_entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
echo '
<form action="reject_entry.php'
. ( empty ( $_SERVER['QUERY_STRING'] ) ? '' : '?' . $_SERVER['QUERY_STRING'] )
. '" method="post" name="add_comments">'.
. '" method="post" name="add_comments">';
print_form_key ();
echo '<table cellspacing="5">
<tr>
Expand Down

0 comments on commit d1eca7b

Please sign in to comment.