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

Commit

Permalink
This isn't used yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmccurley committed Oct 11, 2023
1 parent 9b45648 commit 6fc0296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iacr/api/papers.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
showError('Unauthenticated request');
exit;
}
$msg = get_conf_message($Opt['dbName'], $Opt['iacrType'], $Opt['year']);
$msg = $Opt['shortName'] . ':' . $Opt['iacrType'];

if (!validate_hmac($_GET['auth'], $msg)) {
showError('Bad auth token');
Expand Down

0 comments on commit 6fc0296

Please sign in to comment.