source: trunk/seguranca/security_admin.php @ 1035

Revision 1035, 480 bytes checked in by rafaelraymundo, 15 years ago (diff)

Ticket #558 - Adicionada funcionalidade de assinatura e criptografia de e-mails.

Line 
1<?php
2
3        $GLOBALS['phpgw_info'] = array();
4        $GLOBALS['phpgw_info']['flags']['currentapp'] = 'admin';
5        include('../header.inc.php');
6        $GLOBALS['phpgw_info']['flags']['app_header'] = lang('Admin') .' - ' . lang('CAs/CRLs Configuration ');
7
8        if (file_exists('security.php'))
9          {
10               include('security.php');
11          }
12        else
13          {
14               echo '<div><h4>Dados para administra&ccedil;&atilde;o das CA\'s e CRL\'s n&atilde;o foram localizados.</h4></div>';
15          }
16?>
Note: See TracBrowser for help on using the repository browser.