Skip to content
Snippets Groups Projects
Commit e258da5c authored by Björn Schießle's avatar Björn Schießle
Browse files

certificate should be only visible for users

parent 5d61b85a
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,7 @@
</table>
<br />
<?php if (!$_['isAdminPage']): ?>
<table id="sslCertificate" data-admin='<?php echo json_encode($_['isAdminPage']); ?>'>
<thead>
<tr>
......@@ -99,6 +100,7 @@
</table>
<input type="file" id="rootcert_import" name="rootcert_import" style="width:230px;">
<input type="submit" name="cert_import" value="<?php echo $l->t('Import Root Certificate'); ?>" />
<?php endif; ?>
<?php if ($_['isAdminPage']): ?>
<br />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment