This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ require_once("../include/functions.html"); session_start(); $TITLE = "Retrieve a deposit"; if (!isset($_SESSION["email"]) || empty($_SESSION["email"])) { $_SESSION["return"] = "/retrieve"; redirect("/openid/"); } $_SESSION["email"] = urldecode($_SESSION["email"]); include("../include/above.html"); ?> 0) { ?>

You have the following deposits available for download:


filesize > 0) { print(" "); if ($result->filesize > 0) { print(""); } else { print(""); } print(""); $id = $result->id; print(""); } } } else { print("

No deposits were found.


"); } ?>
Date of Deposit File name File size MD5
" . preg_replace("/\..*$/", "", $result->uploaded) . " " . $result->filename . "" . $result->filesize . " bytes" . $result->md5 . "