summaryrefslogtreecommitdiffstats
path: root/apps/encryption/templates
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-04-02 13:12:05 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-04-07 13:30:30 +0200
commit8cf9b423d5b2d66694f5772bc5310d088cb466c1 (patch)
tree5da6d8471a48e00736f8af4e7b89c40abe5b66d1 /apps/encryption/templates
parente8e5bd61aedb7a3f6105b3184b62a91fa81ce382 (diff)
downloadnextcloud-server-8cf9b423d5b2d66694f5772bc5310d088cb466c1.tar.gz
nextcloud-server-8cf9b423d5b2d66694f5772bc5310d088cb466c1.zip
cleanup
Diffstat (limited to 'apps/encryption/templates')
-rw-r--r--apps/encryption/templates/invalid_private_key.php12
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>