source: sandbox/2.3-MailArchiver/security/security.php @ 6779

Revision 6779, 842 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

Line 
1<?php
2?>
3        <div style="padding-left:90px" >
4            <br/><br/>
5            <span>
6                <a href="security-cas.php" style="text-decoration:none"><b><?php echo lang('CAs (Certificate Authority)') ?></b></a>
7            </span>
8            <br/><br/>
9            <span>
10                <a href="security-clr.php" style="text-decoration:none"><b><?php echo lang('RCLs(Revoked Certificate List)') ?></b></a>
11            </span>
12            <br/><br/>
13            <span>
14                <a href="security-cfg.php" style="text-decoration:none"><b><?php echo lang('View Current configuration') ?></b></a>
15            </span>
16            <br/><br/><br/><br/>
17            <a href="../admin/index.php" style="text-decoration:none"><input type="button" value="<?php echo lang('Cancel') ?>"/></a>
18            <br/><br/>
19        </div>
Note: See TracBrowser for help on using the repository browser.