source: trunk/reports/inc/hook_admin.inc.php @ 5291

Revision 5291, 1011 bytes checked in by alexandrecorreia, 12 years ago (diff)

Ticket #2408 - Recolocando o módulo reports dentro do trunk novamente.

Line 
1<?php
2        /************************************************************************************\
3        * Expresso relatório                                                                                                    *
4        * by Elvio Rufino da Silva (elviosilva@yahoo.com.br, elviosilva@cepromat.mt.gov.br) *
5        * ----------------------------------------------------------------------------------*
6        *  This program is free software; you can redistribute it and/or modify it                      *
7        *  under the terms of the GNU General Public License as published by the                        *
8        *  Free Software Foundation; either version 2 of the License, or (at your                       *
9        *  option) any later version.                                                                                                           *
10        \************************************************************************************/
11
12        if (! $GLOBALS['phpgw']->acl->check('site_config_access',1,'admin'))
13        {
14                $file = Array(
15                        'Global Configuration' => $GLOBALS['phpgw']->link('/index.php','menuaction=reports.uireports.report_config_global')
16                );
17        }
18        /* Do not modify below this line */
19        display_section($appname,$file);
20
21?>
Note: See TracBrowser for help on using the repository browser.