diff --git a/iacr/final.php b/iacr/final.php
index 9c15d0242..2d52f814e 100644
--- a/iacr/final.php
+++ b/iacr/final.php
@@ -3,6 +3,11 @@
include "../src/initweb.php";
include "includes/header.inc";
global $Opt;
+require_once "/var/www/util/hotcrp/hmac.php";
+// The download URL for the zip archive of final papers.
+$url = "https://iacr.org/submit/api/?action=download&venue=" . $Opt['iacrType'] . "&shortName=" . $Opt['dbName'] . "&year=" . $Opt['year'];
+$url .= "&auth=" . get_hmac(get_conf_message($Opt['dbName'], $Opt['iacrType'], $Opt['year']));
+$dbName = $Opt['dbName'];
?>
diff --git a/iacr/includes/leftnav.inc b/iacr/includes/leftnav.inc
index a56a8134f..39eaa739f 100644
--- a/iacr/includes/leftnav.inc
+++ b/iacr/includes/leftnav.inc
@@ -5,12 +5,12 @@
+
';
- echo '';
} elseif ($Opt['iacrType'] === 'tches' or $Opt['iacrType'] === 'tosc') {
echo '';
}
diff --git a/iacr/lncs.php b/iacr/lncs.php
index 53d30f329..e171435bc 100644
--- a/iacr/lncs.php
+++ b/iacr/lncs.php
@@ -4,7 +4,7 @@
require_once "includes/header.inc";
global $Opt, $Conf;
require_once "finalLib.php";
-$dbname = $Opt['dbName'];
+$dbName = $Opt['dbName'];
require_once "/var/www/util/hotcrp/hmac.php";
// The download URL for the zip archive of final papers.
@@ -21,7 +21,7 @@
LNCS Preparation
0 and timeWithdrawn = 0 corresponds to an accepted paper. optionId is from create_conf.py when
// the conference is first set up. It indicates that a final version was uploaded.
$optionId = getFinalPaperOptionId();