Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Fix authentication.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmccurley committed Oct 19, 2023
1 parent 3f65a26 commit 021cb18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iacr/includes/papertable.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ function echo_iacr_button(PaperOption $opt, Conf $conf, $paperId) {
'submitted' => $submitted,
'accepted' => $accepted,
'email' => $email,
'hotcrp' => $conf->opt['shortName'],
'hotcrp_id' => $paperId,
'journal' => 'cic');
$url = 'https://publish.iacr.org/submit?' . http_build_query($querydata);
} else {
Expand Down

0 comments on commit 021cb18

Please sign in to comment.