From 7dcb1cdb42fda87d87bd2a0af28ee4a957840ad9 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 4 Jun 2020 10:41:08 +0200 Subject: Remove controller and routes which have no UI component anyway Signed-off-by: Joas Schilling --- apps/settings/templates/certificates.php | 44 -------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 apps/settings/templates/certificates.php (limited to 'apps/settings/templates/certificates.php') diff --git a/apps/settings/templates/certificates.php b/apps/settings/templates/certificates.php deleted file mode 100644 index d9587f97946..00000000000 --- a/apps/settings/templates/certificates.php +++ /dev/null @@ -1,44 +0,0 @@ -
-

t('SSL Root Certificates')); ?>

- - - - - - - - - - - - - - - - - - -
t('Common Name')); ?>t('Valid until')); ?>t('Issued By')); ?>
- getCommonName()) ?> - - l('date', $rootCert->getExpireDate()) ?> - - getIssuerName()) ?> - class="remove" - style="visibility:hidden;" - ><?php p($l->t('Delete')); ?> -
-
- - -
-
-- cgit v1.2.3