array('message' => $l->t('Your private key is not valid! Maybe the your password was changed from outside.')))); } else { header('HTTP/1.0 404 ' . $l->t('Your private key is not valid! Maybe the your password was changed from outside.')); $tmpl = new OC_Template('files_encryption', 'invalid_private_key', 'guest'); $tmpl->printPage(); } exit; } ?>