![Rolling Eyes :roll:](/forum/images/smilies/icon_rolleyes.gif)
![Rolling Eyes :roll:](/forum/images/smilies/icon_rolleyes.gif)
Code: Select all
$pdf = new PDF($orientation);
$pdf->setEncrypted(Get::cfg('certificate_encryption', true));
$pdf->setPassword(Get::cfg('certificate_password', null));
Code: Select all
$cfg['certificate_encryption'] = false;
Code: Select all
$pdf = new PDF($orientation);
if(Get::cfg('certificate_encryption', false))
{
$pdf->setEncrypted(true);
$pdf->setPassword(Get::cfg('certificate_password', null));
}
Some of the cookies we use are essential for parts of the site to operate and have already been set. We also use Google Analytics scripts, which all use cookies. You may delete or block all cookies from this site in your browser options.