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

Revision 3377, 459 bytes checked in by rafaelraymundo, 13 years ago (diff)

Ticket #1310 - Traduções para msgs emitidas com 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('Administration data of AC\'s and RCL\'s not found') . '.</h4></div>';
15          }
16?>
Note: See TracBrowser for help on using the repository browser.