]> source.dussan.org Git - nextcloud-server.git/commitdiff
certificate should be only visible for users
authorBjoern Schiessle <schiessle@owncloud.com>
Wed, 4 Jul 2012 15:22:04 +0000 (17:22 +0200)
committerBjoern Schiessle <schiessle@owncloud.com>
Wed, 4 Jul 2012 15:22:04 +0000 (17:22 +0200)
apps/files_external/templates/settings.php

index be86033d208371409a97792ed89b515f329affbe..dccc0913f2366318f8dcdc1b491dda9c72908312 100644 (file)
@@ -81,6 +81,7 @@
                </table>
                <br />
                
+               <?php if (!$_['isAdminPage']): ?>
                <table id="sslCertificate" data-admin='<?php echo json_encode($_['isAdminPage']); ?>'>
                        <thead>
                                <tr>
                </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 />