source: trunk/expressoMail1_2/inc/hook_admin.inc.php @ 1036

Revision 1036, 1.2 KB checked in by amuller, 15 years ago (diff)

Ticket #559 - Atualização de segurança

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<?php
2        $GLOBALS['phpgw_info']['flags'] = array(
3                'currentapp' => 'expressoMail1_2',
4                'nonavbar'   => true,
5                'noheader'   => true
6        );
7
8        require_once $_SERVER[ 'DOCUMENT_ROOT' ] . '/header.inc.php';
9        /**************************************************************************\
10        * eGroupWare                                                               *
11        * http://www.egroupware.org                                                *
12        * Written by Joseph Engo <jengo@phpgroupware.org>                          *
13        * --------------------------------------------                             *
14        *  This program is free software; you can redistribute it and/or modify it *
15        *  under the terms of the GNU General Public License as published by the   *
16        *  Free Software Foundation; either version 2 of the License, or (at your  *
17        *  option) any later version.                                              *
18        \**************************************************************************/
19
20{
21// Only Modify the $file and $title variables.....
22        $title = $appname;
23        $file = Array(
24                'Site Configuration' => $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=' . $appname),
25        );
26//Do not modify below this line
27        display_section($appname,$title,$file);
28}
29?>
Note: See TracBrowser for help on using the repository browser.