source: branches/2.2/security/security_admin.php @ 3232

Revision 3232, 496 bytes checked in by rafaelraymundo, 14 years ago (diff)

Ticket #1237 - Atualizados componentes de suporte ao uso do Certificado Digital.

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>' . lang('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.