)">

Hash

MD5:
SHA1:
SHA256:
codice; if (!is_dir($path)) { mkdir($path); } $path .= "/" . $busta["nomeFile"]; file_put_contents($path, $file_content); if (file_exists($path)) { $p7m = new P7Manager($path); if (!empty($p7m)) { $firme = $p7m->extractSignatures(); if (is_array($firme)) { $firme = array_filter($firme); if (!empty($firme)) { $col = "col-12"; if (count($firme) > 1) { $col .= " col-sm-6"; } ?>
" . $data["subject"]["commonName"] . ""; } if (isset($data["subject"]["organizationName"])) { echo "" . $data["subject"]["organizationName"] . "
"; } if (isset($data["subject"]["title"])) { echo $data["subject"]["title"] . "
"; } if (isset($data["issuer"]["organizationName"])) { echo " " . $data["issuer"]["organizationName"] . ""; } echo "
" . $validFrom . "
" . $validTo . ""; ?>