diff options
Diffstat (limited to 'apps/encryption/templates/invalid_private_key.php')
-rw-r--r-- | apps/encryption/templates/invalid_private_key.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/encryption/templates/invalid_private_key.php b/apps/encryption/templates/invalid_private_key.php deleted file mode 100644 index b148e65b199..00000000000 --- a/apps/encryption/templates/invalid_private_key.php +++ /dev/null @@ -1,12 +0,0 @@ -<ul> - <li class='error'> - <?php $location = \OC_Helper::linkToRoute( "settings_personal" ).'#changePKPasswd' ?> - - <?php p($_['message']); ?> - <br/> - <?php if($_['errorCode'] === \OCA\Files_Encryption\Crypt::ENCRYPTION_PRIVATE_KEY_NOT_VALID_ERROR): ?> - <?php p($l->t('Go directly to your %spersonal settings%s.', array('<a href="'.$location.'">', '</a>'))); ?> - <?php endif; ?> - <br/> - </li> -</ul> |